Commit d41754ce authored by Bruce Momjian's avatar Bruce Momjian

Fix description of psql flags -t and -q.

parent 7d572886
<!-- <!--
$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 Postgres documentation
--> -->
...@@ -475,8 +475,7 @@ testdb=> ...@@ -475,8 +475,7 @@ testdb=>
Specifies that Specifies that
<application>psql</application> <application>psql</application>
should do its work quietly. By default, it should do its work quietly. By default, it
prints welcome and exit messages and prompts for each query, and prints prints welcome and exit messages and prompts for each query.
out the number of rows returned from a query.
If this option is used, none of this happens. This is useful with the If this option is used, none of this happens. This is useful with the
<option>-c</option> option. <option>-c</option> option.
</para> </para>
...@@ -507,7 +506,7 @@ testdb=> ...@@ -507,7 +506,7 @@ testdb=>
<term>-t</term> <term>-t</term>
<listitem> <listitem>
<para> <para>
Turn off printing of column names. Turn off printing of column names and result row count.
This is useful with the This is useful with the
<option>-c</option> <option>-c</option>
option in shell scripts. option in shell scripts.
......
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