mirror of
https://github.com/postgres/postgres.git
synced 2026-04-04 16:55:45 -04:00
docs: psql '--' comments are not passed to the server
C-style block comments are passed to the server.
This commit is contained in:
parent
614167c6d7
commit
3c41b812c5
1 changed files with 6 additions and 0 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue