File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed
Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 11.\" This is -*-nroff-*-
22.\" XXX standard disclaimer belongs here....
3- .\" $Header: /cvsroot/pgsql/src/man/Attic/pgbuiltin.3,v 1.7 1997/10/01 18:53:26 momjian Exp $
3+ .\" $Header: /cvsroot/pgsql/src/man/Attic/pgbuiltin.3,v 1.8 1997/10/01 18:57:48 momjian Exp $
44.TH PGBUILTIN INTRO 04/01/97 PostgreSQL PostgreSQL
55.SH "DESCRIPTION"
66This section describes the data types, functions and operators
@@ -1195,8 +1195,8 @@ left_unary|operand |return_type
11951195; |float8 |float8
11961196- |float8 |float8
11971197@ |float8 |float8
1198- |/ |float8 |float8
1199- ||/ |float8 |float8
1198+ |/ |float8 |float8
1199+ ||/ |float8 |float8
12001200% |float8 |float8
12011201: |float8 |float8
12021202- |int2 |int2
Original file line number Diff line number Diff line change 11.\" This is -*-nroff-*-
22.\" XXX standard disclaimer belongs here....
3- .\" $Header: /cvsroot/pgsql/src/man/Attic/sql.l,v 1.5 1997/08/26 17:00:23 momjian Exp $
3+ .\" $Header: /cvsroot/pgsql/src/man/Attic/sql.l,v 1.6 1997/10/01 18:53:29 momjian Exp $
44.TH INTRODUCTION SQL 11/5/95 PostgreSQL PostgreSQL
55.SH "Section 4 \(em SQL Commands (COMMANDS)"
66.SH "General Information"
@@ -13,9 +13,17 @@ constituent parts of SQL statements are drawn.
1313A
1414.IR comment
1515is an arbitrary sequence of characters following double dashes up to the end
16- of the line e.g:
16+ of the line. We also support double-slashes as comments, e.g. :
1717.nf
18- -- This is a comment
18+ -- This is a standard SQL comment
19+ // And this is another supported comment style, like C++
20+ .fi
21+
22+ We also support C-style comments, e.g.:
23+ .nf
24+ /* multi
25+ line
26+ comment */
1927.fi
2028.SH "Names"
2129.IR Names
You can’t perform that action at this time.
0 commit comments