Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
140f7286
Commit
140f7286
authored
Oct 01, 1997
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update manuals for 6.2 release.
parent
59509a07
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
6 deletions
+14
-6
src/man/pgbuiltin.3
src/man/pgbuiltin.3
+3
-3
src/man/sql.l
src/man/sql.l
+11
-3
No files found.
src/man/pgbuiltin.3
View file @
140f7286
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/pgbuiltin.3,v 1.
7 1997/10/01 18:53:26
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/pgbuiltin.3,v 1.
8 1997/10/01 18:57:48
momjian Exp $
.TH PGBUILTIN INTRO 04/01/97 PostgreSQL PostgreSQL
.SH "DESCRIPTION"
This section describes the data types, functions and operators
...
...
@@ -1195,8 +1195,8 @@ left_unary|operand |return_type
; |float8 |float8
- |float8 |float8
@ |float8 |float8
|/ |float8 |float8
||/ |float8 |float8
|/
|float8 |float8
||/
|float8 |float8
% |float8 |float8
: |float8 |float8
- |int2 |int2
...
...
src/man/sql.l
View file @
140f7286
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/sql.l,v 1.
5 1997/08/26 17:00:23
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/sql.l,v 1.
6 1997/10/01 18:53:29
momjian Exp $
.TH INTRODUCTION SQL 11/5/95 PostgreSQL PostgreSQL
.SH "Section 4 \(em SQL Commands (COMMANDS)"
.SH "General Information"
...
...
@@ -13,9 +13,17 @@ constituent parts of SQL statements are drawn.
A
.IR comment
is an arbitrary sequence of characters following double dashes up to the end
of the line
e.g
:
of the line
. We also support double-slashes as comments, e.g.
:
.nf
-- This is a comment
-- This is a standard SQL comment
// And this is another supported comment style, like C++
.fi
We also support C-style comments, e.g.:
.nf
/* multi
line
comment */
.fi
.SH "Names"
.IR Names
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment