Minor improvement to config.sgml
Hi,
Attached is a small patch to mark up on with <literal> in
doc/src/sgml/config.sgml.
Best regards,
Etsuro Fujita
Attachments:
doc-config.patchtext/x-diff; name=doc-config.patchDownload
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index b30c68d..0d8624a 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>
On Thu, Apr 16, 2015 at 3:30 AM, Etsuro Fujita
<fujita.etsuro@lab.ntt.co.jp> wrote:
Attached is a small patch to mark up on with <literal> in
doc/src/sgml/config.sgml.
Committed.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
On 2015/04/30 7:06, Robert Haas wrote:
On Thu, Apr 16, 2015 at 3:30 AM, Etsuro Fujita
<fujita.etsuro@lab.ntt.co.jp> wrote:Attached is a small patch to mark up on with <literal> in
doc/src/sgml/config.sgml.Committed.
Thanks for picking this up!
Best regards,
Etsuro Fujita
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers