Skip to content

Commit 140f728

Browse files
committed
Update manuals for 6.2 release.
1 parent 59509a0 commit 140f728

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

src/man/pgbuiltin.3

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"
66
This 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

src/man/sql.l

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.
1313
A
1414
.IR comment
1515
is 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

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy