diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2010-05-17 20:50:44 +0000 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2010-05-17 20:50:44 +0000 |
commit | 91e01e21a2b40b748d49c53d85b0206f2aac8b4c (patch) | |
tree | 50c5c710224cb6c991aa58d7828bbdc84cddff09 | |
parent | a6eeb8c10ddb153515cb98c72481693e817c4d2f (diff) | |
download | postgresql-91e01e21a2b40b748d49c53d85b0206f2aac8b4c.tar.gz postgresql-91e01e21a2b40b748d49c53d85b0206f2aac8b4c.zip |
Make table in example less wide.
-rw-r--r-- | doc/src/sgml/ref/show.sgml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/sgml/ref/show.sgml b/doc/src/sgml/ref/show.sgml index 5684916d490..d4fdb651443 100644 --- a/doc/src/sgml/ref/show.sgml +++ b/doc/src/sgml/ref/show.sgml @@ -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 --> @@ -168,14 +168,14 @@ SHOW geqo; Show all settings: <programlisting> 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) </programlisting> </para> |