mirror of
https://github.com/postgres/postgres.git
synced 2025-11-25 12:03:53 +03:00
Update manuals for 6.2 release.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.\" 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
|
||||
|
||||
Reference in New Issue
Block a user