mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
docs: psql '--' comments are not passed to the server
C-style block comments are passed to the server.
This commit is contained in:
@@ -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">
|
||||||
|
Reference in New Issue
Block a user