|
1 | 1 | <!--
|
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 $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -168,14 +168,14 @@ SHOW geqo;
|
168 | 168 | Show all settings:
|
169 | 169 | <programlisting>
|
170 | 170 | SHOW ALL;
|
171 |
| -name |setting | description |
172 |
| ----------------------------------+-------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------- |
173 |
| - allow_system_table_mods| off| Allows modifications of the structure ofsystem tables. |
| 171 | + name|setting| description |
| 172 | +-------------------------+---------+------------------------------------------------- |
| 173 | + allow_system_table_mods | off | Allows modifications of the structure of... |
174 | 174 | .
|
175 | 175 | .
|
176 | 176 | .
|
177 |
| - xmloption| content| Sets whether XML data in implicit parsingand 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. |
179 | 179 | (196 rows)
|
180 | 180 | </programlisting>
|
181 | 181 | </para>
|
|