From: Alvaro Herrera Date: Mon, 17 May 2010 20:50:44 +0000 (+0000) Subject: Make table in example less wide. X-Git-Tag: REL9_0_BETA2~101 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91e01e21a2b40b748d49c53d85b0206f2aac8b4c;p=postgresql Make table in example less wide. --- diff --git a/doc/src/sgml/ref/show.sgml b/doc/src/sgml/ref/show.sgml index 5684916d49..d4fdb65144 100644 --- a/doc/src/sgml/ref/show.sgml +++ b/doc/src/sgml/ref/show.sgml @@ -1,5 +1,5 @@ @@ -168,14 +168,14 @@ SHOW geqo; Show all settings: SHOW ALL; - name | setting | description ----------------------------------+-------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------- - allow_system_table_mods | off | Allows modifications of the structure of system tables. + name | setting | description +-------------------------+---------+------------------------------------------------- + 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. - zero_damaged_pages | off | Continues processing past damaged page headers. + xmloption | content | Sets whether XML data in implicit parsing ... + zero_damaged_pages | off | Continues processing past damaged page headers. (196 rows)