On 24/04/09 14:49, Daniel Verite wrote: > It works for me: > > $ php -e > <? > echo phpversion(), "\n"; > $c=pg_connect("dbname=mail user=daniel host=/tmp port=5000"); > pg_query("SET standard_conforming_strings=off"); > echo pg_escape_string('toto\titi'), "\n"; > pg_query("SET standard_conforming_strings=on"); > echo pg_escape_string('toto\titi'), "\n"; > ?> > > Output: > 5.2.0-8+etch13 > toto\\titi > toto\titi Very interesting! That's exactly what I had hoped would happen, but for some reason it didn't. I've managed to replicate this with a standalone test script, which means that here must be something else going wrong in our application. Thank you all for your help! - Conrad -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general