mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
Added:
> * Allow backslash handling in quoted strings to be disabled for portability
This commit is contained in:
parent
8cec968784
commit
be004a0c09
3
doc/TODO
3
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
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)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -181,6 +181,7 @@ Commands
|
|||||||
* Allow command blocks to ignore certain types of errors
|
* Allow command blocks to ignore certain types of errors
|
||||||
* Add checks for missing parameters to shell script, to prevent
|
* Add checks for missing parameters to shell script, to prevent
|
||||||
over-shifting
|
over-shifting
|
||||||
|
* Allow backslash handling in quoted strings to be disabled for portability
|
||||||
|
|
||||||
* ALTER
|
* ALTER
|
||||||
o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
|
o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user