pgsql: Add mention of compatibility problem with turning off backslash

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add mention of compatibility problem with turning off backslash
Date: 2005-03-17 04:42:16
Message-ID: 20050317044216.3B426569AE@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add mention of compatibility problem with turning off backslash escapes:

< SQL-spec compliant, so allow such handling to be disabled.
> SQL-spec compliant, so allow such handling to be disabled. However,
> disabling backslashes could break many third-party applications and tools.

Modified Files:
--------------
pgsql/doc:
TODO (r1.1464 -> r1.1465)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1464&r2=1.1465)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-03-17 05:03:37 pgsql: Document use of rsync for file system backups.
Previous Message Bruce Momjian 2005-03-17 03:18:15 pgsql: Factor duplicate snprintf code into functions.