1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-05 09:19:17 +03:00

Make table in example less wide.

This commit is contained in:
Alvaro Herrera 2010-05-17 20:50:44 +00:00
parent a6eeb8c10d
commit 91e01e21a2

View File

@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/show.sgml,v 1.49 2010/04/03 07:23:02 petere Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/show.sgml,v 1.50 2010/05/17 20:50:44 alvherre Exp $
PostgreSQL documentation
-->
@ -169,12 +169,12 @@ SHOW geqo;
<programlisting>
SHOW ALL;
name | setting | description
---------------------------------+-------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------
allow_system_table_mods | off | Allows modifications of the structure of system tables.
-------------------------+---------+-------------------------------------------------
allow_system_table_mods | off | Allows modifications of the structure of ...
.
.
.
xmloption | content | Sets whether XML data in implicit parsing and serialization operations is to be considered as documents or content fragments.
xmloption | content | Sets whether XML data in implicit parsing ...
zero_damaged_pages | off | Continues processing past damaged page headers.
(196 rows)
</programlisting>