Commit 91e01e21 authored by Alvaro Herrera's avatar Alvaro Herrera

Make table in example less wide.

parent a6eeb8c1
<!-- <!--
$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 PostgreSQL documentation
--> -->
...@@ -168,14 +168,14 @@ SHOW geqo; ...@@ -168,14 +168,14 @@ SHOW geqo;
Show all settings: Show all settings:
<programlisting> <programlisting>
SHOW ALL; SHOW ALL;
name | setting | description 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. zero_damaged_pages | off | Continues processing past damaged page headers.
(196 rows) (196 rows)
</programlisting> </programlisting>
</para> </para>
......
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