aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-04-25 20:39:11 +0000
committerBruce Momjian <bruce@momjian.us>2002-04-25 20:39:11 +0000
commitbe004a0c09bad7b0162372b0469312aa0af259d2 (patch)
tree055f3b04856b09ffb7f1b2113c68528cd36793d2
parent8cec9687848059083f761781ee77a0a56d9bdee0 (diff)
downloadpostgresql-be004a0c09bad7b0162372b0469312aa0af259d2.tar.gz
postgresql-be004a0c09bad7b0162372b0469312aa0af259d2.zip
Added:
> * Allow backslash handling in quoted strings to be disabled for portability
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 61906d53ab5..1546c4c95ee 100644
--- 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