1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Add command '\pset footer' to psql to turn off default "(x rows)" footer.

This commit is contained in:
Peter Eisentraut
2001-05-12 19:44:46 +00:00
parent bbc3920fe9
commit b3f66d1980
5 changed files with 30 additions and 7 deletions

View File

@ -1,5 +1,5 @@
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.51 2001/05/09 17:29:10 momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.52 2001/05/12 19:44:45 petere Exp $
Postgres documentation
-->
@ -898,6 +898,15 @@ lo_import 152801
</listitem>
</varlistentry>
<varlistentry>
<term><literal>footer</literal></term>
<listitem>
<para>
Toggles the display of the default footer <literal>(x rows)</literal>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><literal>recordsep</literal></term>
<listitem>