Re: [DOCS] Backslash Escape Sequences

2008-05-01 Thread Andy Anderson
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! On Apr 30, 2008, at 6:04 PM, Alvaro Herrera wrote: FWIW if you really want to make a contribution to the

[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 adds