mirror of
https://github.com/postgres/postgres.git
synced 2026-03-04 06:10:57 -05:00
Remove:
< * Change 'createlang [langname] dbname' to 'createlang langname [dbname]'
This commit is contained in:
parent
d5de91ddad
commit
b3d9768f3b
1 changed files with 1 additions and 2 deletions
3
doc/TODO
3
doc/TODO
|
|
@ -1,6 +1,6 @@
|
|||
TODO list for PostgreSQL
|
||||
========================
|
||||
Last updated: Thu Jan 3 00:06:35 EST 2002
|
||||
Last updated: Thu Jan 3 00:20:19 EST 2002
|
||||
|
||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||
|
||||
|
|
@ -174,7 +174,6 @@ COMMANDS
|
|||
* Add OR REPLACE clauses to non-FUNCTION object creation
|
||||
* CREATE TABLE AS can not determine column lengths from expressions [atttypmod]
|
||||
* Allow UPDATE to handle complex aggregates [update]
|
||||
* Change 'createlang [langname] dbname' to 'createlang langname [dbname]'
|
||||
* ALTER
|
||||
o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
|
||||
o ALTER TABLE ADD COLUMN to inherited table put column in wrong place
|
||||
|
|
|
|||
Loading…
Reference in a new issue