]> granicus.if.org Git - postgresql/commitdiff
Added:
authorBruce Momjian <bruce@momjian.us>
Thu, 25 Apr 2002 20:39:11 +0000 (20:39 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 25 Apr 2002 20:39:11 +0000 (20:39 +0000)
> * Allow backslash handling in quoted strings to be disabled for portability

doc/TODO

index 61906d53ab58a8102d0ca16d6bfbaffa0c81ab00..1546c4c95eea2ae7d9cf5fd24dcb12d340ef500a 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:          Thu Apr 25 16:20:14 EDT 2002
+Last updated:          Thu Apr 25 16:27:30 EDT 2002
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -181,6 +181,7 @@ Commands
 * Allow command blocks to ignore certain types of errors
 * Add checks for missing parameters to shell script, to prevent
   over-shifting
+* Allow backslash handling in quoted strings to be disabled for portability
 
 * ALTER
        o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT