1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-22 23:02:54 +03:00

Remove mention of wal_files in a SHOW example.

This commit is contained in:
Bruce Momjian 2002-09-01 01:59:48 +00:00
parent d64e6392fb
commit a03f9adb98

View File

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/show.sgml,v 1.20 2002/08/04 05:46:02 tgl Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/show.sgml,v 1.21 2002/09/01 01:59:48 momjian Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
@ -119,7 +119,6 @@ SHOW ALL;
. .
. .
wal_debug | 0 wal_debug | 0
wal_files | 0
wal_sync_method | fdatasync wal_sync_method | fdatasync
(94 rows) (94 rows)
</programlisting> </programlisting>