[DOCS] Backslash Escape Sequences

2008-04-30 Thread Andy Anderson
On the list pgsql-general, I had this exchange: Andy Anderson <[EMAIL PROTECTED]> writes: In a test I just did, the sequence \" (backslash double-quote) is interpreted as just a " inside of the E'...' string constant expression. This is great, since PHP's addslashes() sticks them in along

Re: [DOCS] Backslash Escape Sequences

2008-04-30 Thread Alvaro Herrera
Andy Anderson wrote: > In any case, here's a contribution to the manual, a short table with > this information, in a format that might help make the subject clearer. > Modify at will! FWIW if you really want to make a contribution to the docs, please see the SGML sources instead of the HTML ou