diff options
author | Robert Haas <rhaas@postgresql.org> | 2015-04-29 18:03:18 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2015-04-29 18:03:18 -0400 |
commit | 49601ab1a6df9059f7000f78af43f2e74afefa59 (patch) | |
tree | e64639cabe8c11b413bb2e6a1f5943e503a94e33 | |
parent | fe72c4c55bd65772aa5a4130309150ffca1749ab (diff) | |
download | postgresql-49601ab1a6df9059f7000f78af43f2e74afefa59.tar.gz postgresql-49601ab1a6df9059f7000f78af43f2e74afefa59.zip |
Add <literal> markup, for consistency.
This file isn't entirely consistent about whether "on" and "off"
should be marked up with <literal>, but it doesn't make much sense
to be inconsistent within a single sentence.
Etsuro Fujita
-rw-r--r-- | doc/src/sgml/config.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index b30c68dc138..0d8624af718 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -6752,7 +6752,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' determines whether OIDs will be included in tables created by <command>SELECT INTO</command>. The parameter is <literal>off</> by default; in <productname>PostgreSQL</> 8.0 and earlier, it - was on by default. + was <literal>on</> by default. </para> <para> |