Obsolete advocacy for E-style strings in regexp documentation - Mailing list pgsql-docs

From Tom Lane
Subject Obsolete advocacy for E-style strings in regexp documentation
Date
Msg-id 18813.1446262823@sss.pgh.pa.us
Whole thread Raw
List pgsql-docs
func.sgml has this bit near line 4660:

   <note>
    <para>
     Keep in mind that an escape's leading <literal>\</> will need to be
     doubled when entering the pattern as an SQL string constant.  For example:
<programlisting>
'123' ~ E'^\\d{3}' <lineannotation>true</lineannotation>
</programlisting>
    </para>
   </note>

This advice was surely helpful when it was written, but nowadays it's just
advocating use of gratuitously non-SQL-standard string literal syntax.
I propose just deleting the whole <note> in HEAD, and maybe 9.5 too.

A more aggressive approach would be to get rid of use of E-style literals
in all/most of the documentation examples.  I'm *not* advocating that,
at least not yet.  But this particular bit seems to be going out of its
way to give obsolete advice.

Thoughts?

            regards, tom lane


pgsql-docs by date:

Previous
From: Alexander Lakhin
Date:
Subject: Re: Moving documentation to XML
Next
From: Craig Ringer
Date:
Subject: Docs patch for REFRESH MATERIALIZED VIEW lock level