Commit 3c41b812 authored by Bruce Momjian's avatar Bruce Momjian

docs: psql '--' comments are not passed to the server

C-style block comments are passed to the server.
parent 614167c6
...@@ -679,6 +679,12 @@ testdb=> ...@@ -679,6 +679,12 @@ testdb=>
<xref linkend="SQL-LISTEN"> and <xref linkend="SQL-LISTEN"> and
<xref linkend="SQL-NOTIFY">. <xref linkend="SQL-NOTIFY">.
</para> </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>
<refsect2 id="APP-PSQL-meta-commands"> <refsect2 id="APP-PSQL-meta-commands">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment