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

From Tom Lane
Subject pgsql: Simplify references to backslash-doubling in func.sgml.
Date
Msg-id E1S2n3t-0002Hb-HC@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

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

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Simplify references to backslash-doubling in func.sgml.
Next
From: Magnus Hagander
Date:
Subject: Re: pgsql: Fix MSVC builds for previous patch's addition of a src/port file