select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Unsupported versions: 7.0
Historical version. PostgreSQL 7.0 reached end of support in May 2005. See the current manual for supported releases.

Comments

A comment is an arbitrary sequence of characters beginning with double dashes and extending to the end of the line, e.g.:

-- This is a standard SQL comment
    
We also support C-style block comments, e.g.:
/* multi
   line
   comment
 */
    
A comment beginning with "/*" extends to the first occurrence of "*/".

Report a documentation issue

Read the upstream documentation. For corrections, first check the current manual.