Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit140f728

Browse files
committed
Update manuals for 6.2 release.
1 parent59509a0 commit140f728

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 linee.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)

[8]ページ先頭

©2009-2025 Movatter.jp