pgsql: Simplify references to backslash-doubling in func.sgml.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Simplify references to backslash-doubling in func.sgml.
Date: 2012-02-29 17:11:33
Message-ID: E1S2n3t-0002Hd-IZ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Simplify references to backslash-doubling in func.sgml.

Several places were still written as though standard_conforming_strings
didn't exist, much less be the default. Now that it is on by default,
we can simplify the text and just insert occasional notes suggesting that
you might have to think harder if it's turned off. Per discussion of a
suggestion from Hannes Frederic Sowa.

Back-patch to 9.1 where standard_conforming_strings was made the default.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/af1967239a90a5860e2158ebe814a7bcd42e6c6b

Modified Files
--------------
doc/src/sgml/func.sgml | 41 ++++++++++++++++-------------------------
1 files changed, 16 insertions(+), 25 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2012-02-29 21:54:49 Re: pgsql: Fix MSVC builds for previous patch's addition of a src/port file
Previous Message Heikki Linnakangas 2012-02-29 13:55:17 pgsql: Correctly detect SSI conflicts of prepared transactions after cr