summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-07-30 00:59:50 +0000
committerBruce Momjian <bruce@momjian.us>1999-07-30 00:59:50 +0000
commitd41754cea27225f8c173cf1835c19b8365b25754 (patch)
tree42b59abaf09f64c383062f8a75fa2ab17a32377b
parent7d572886d631011114787caa31b90ecaf52c17db (diff)
Fix description of psql flags -t and -q.
-rw-r--r--doc/src/sgml/ref/psql-ref.sgml7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml
index 7d148873fe5..82f6db2134d 100644
--- a/doc/src/sgml/ref/psql-ref.sgml
+++ b/doc/src/sgml/ref/psql-ref.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.10 1999/07/22 15:09:14 thomas Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.11 1999/07/30 00:59:50 momjian Exp $
Postgres documentation
-->
@@ -475,8 +475,7 @@ testdb=>
Specifies that
<application>psql</application>
should do its work quietly. By default, it
- prints welcome and exit messages and prompts for each query, and prints
- out the number of rows returned from a query.
+ prints welcome and exit messages and prompts for each query.
If this option is used, none of this happens. This is useful with the
<option>-c</option> option.
</para>
@@ -507,7 +506,7 @@ testdb=>
<term>-t</term>
<listitem>
<para>
- Turn off printing of column names.
+ Turn off printing of column names and result row count.
This is useful with the
<option>-c</option>
option in shell scripts.