diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 5dce06af26e..85899d78fc5 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -679,6 +679,12 @@ testdb=> <xref linkend="SQL-LISTEN"> and <xref linkend="SQL-NOTIFY">. </para> + + <para> + While C-style block comments are passed to the server for + processing and removal, SQL-standard comments are removed by + <application>psql</application>. + </para> </refsect2> <refsect2 id="APP-PSQL-meta-commands"> |