Skip to content

Commit 91e01e2

Browse files
committed
Make table in example less wide.
1 parent a6eeb8c commit 91e01e2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/src/sgml/ref/show.sgml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/show.sgml,v 1.49 2010/04/03 07:23:02 petere Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/show.sgml,v 1.50 2010/05/17 20:50:44 alvherre Exp $
33
PostgreSQL documentation
44
-->
55

@@ -168,14 +168,14 @@ SHOW geqo;
168168
Show all settings:
169169
<programlisting>
170170
SHOW ALL;
171-
name | setting | description
172-
---------------------------------+-------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------
173-
allow_system_table_mods | off | Allows modifications of the structure of system tables.
171+
name | setting | description
172+
-------------------------+---------+-------------------------------------------------
173+
allow_system_table_mods | off | Allows modifications of the structure of ...
174174
.
175175
.
176176
.
177-
xmloption | content | Sets whether XML data in implicit parsing and serialization operations is to be considered as documents or content fragments.
178-
zero_damaged_pages | off | Continues processing past damaged page headers.
177+
xmloption | content | Sets whether XML data in implicit parsing ...
178+
zero_damaged_pages | off | Continues processing past damaged page headers.
179179
(196 rows)
180180
</programlisting>
181181
</para>

0 commit comments

Comments
 (0)