pgsql: Remove obsolete advice about doubling backslashes in regex escap

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove obsolete advice about doubling backslashes in regex escap
Date: 2015-11-03 16:58:11
Message-ID: E1ZteuR-00008M-JZ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove obsolete advice about doubling backslashes in regex escapes.

Standard-conforming literals have been the default for long enough that
it no longer seems necessary to go out of our way to tell people to write
regex escapes illegibly.

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/func.sgml | 10 ----------
1 file changed, 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2015-11-03 18:05:11 pgsql: postgres_fdw: Add ORDER BY to some remote SQL queries.
Previous Message Tom Lane 2015-11-03 16:49:31 pgsql: Code + docs review for unicode linestyle patch.