|
1 | 1 | <!-- |
2 | | -$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.10 1999/07/22 15:09:14 thomas Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.11 1999/07/30 00:59:50 momjian Exp $ |
3 | 3 | Postgres documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -475,8 +475,7 @@ testdb=> |
475 | 475 | Specifies that |
476 | 476 | <application>psql</application> |
477 | 477 | should do its work quietly. By default, it |
478 | | - prints welcome and exit messages and prompts for each query, and prints |
479 | | - out the number of rows returned from a query. |
| 478 | + prints welcome and exit messages and prompts for each query. |
480 | 479 | If this option is used, none of this happens. This is useful with the |
481 | 480 | <option>-c</option> option. |
482 | 481 | </para> |
@@ -507,7 +506,7 @@ testdb=> |
507 | 506 | <term>-t</term> |
508 | 507 | <listitem> |
509 | 508 | <para> |
510 | | - Turn off printing of column names. |
| 509 | + Turn off printing of column names and result row count. |
511 | 510 | This is useful with the |
512 | 511 | <option>-c</option> |
513 | 512 | option in shell scripts. |
|