From: Bruce Momjian Date: Thu, 10 Apr 2014 21:16:22 +0000 (-0400) Subject: docs: psql '--' comments are not passed to the server X-Git-Tag: REL9_4_BETA1~196 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3c41b812c5578fd7bd5c2de42941012d7d56dde2;p=thirdparty%2Fpostgresql.git docs: psql '--' comments are not passed to the server C-style block comments are passed to the server. --- 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=> and . + + + While C-style block comments are passed to the server for + processing and removal, SQL-standard comments are removed by + psql. +