mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Done:
< * COMMENT ON [ CAST | CONVERSION | OPERATOR CLASS | LARGE OBJECT | LANGUAGE ] > * -COMMENT ON [ CAST | CONVERSION | OPERATOR CLASS | LARGE OBJECT | LANGUAGE ] 263c263 < * Allow pg_dump to dump CREATE CONVERSION (Christopher) > * -Allow pg_dump to dump CREATE CONVERSION (Christopher)
This commit is contained in:
parent
9c26980f58
commit
de097903ad
8
doc/TODO
8
doc/TODO
@ -1,6 +1,6 @@
|
||||
TODO list for PostgreSQL
|
||||
========================
|
||||
Last updated: Sat Dec 6 19:54:03 EST 2003
|
||||
Last updated: Mon Dec 8 08:04:13 EST 2003
|
||||
|
||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||
|
||||
@ -174,7 +174,7 @@ Commands
|
||||
* Allow TRUNCATE ... CASCADE/RESTRICT
|
||||
* Allow PREPARE of cursors
|
||||
* Allow LISTEN/NOTIFY to store info in memory rather than tables
|
||||
* COMMENT ON [ CAST | CONVERSION | OPERATOR CLASS | LARGE OBJECT | LANGUAGE ]
|
||||
* -COMMENT ON [ CAST | CONVERSION | OPERATOR CLASS | LARGE OBJECT | LANGUAGE ]
|
||||
(Christopher)
|
||||
* Add optional textual message to NOTIFY
|
||||
* Allow more ISOLATION LEVELS to be accepted, but issue a warning for them
|
||||
@ -260,7 +260,7 @@ Clients
|
||||
* Prevent unneeded quoting in psql \d output using fmtId()
|
||||
* Add a libpq function to support Parse/DescribeStatement capability
|
||||
* Prevent libpq's PQfnumber() from lowercasing the column name
|
||||
* Allow pg_dump to dump CREATE CONVERSION (Christopher)
|
||||
* -Allow pg_dump to dump CREATE CONVERSION (Christopher)
|
||||
* Allow fastpast to pass values in portable format
|
||||
|
||||
|
||||
@ -461,7 +461,7 @@ Source Code
|
||||
* Acquire lock on a relation before building a relcache entry for it
|
||||
* Research interaction of setitimer() and sleep() used by statement_timeout
|
||||
* Add checks for fclose() failure
|
||||
* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1178 2003/12/07 00:54:05 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1178 2003/12/07 00:54:05 momjian Exp $
|
||||
* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1179 2003/12/08 13:04:14 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1179 2003/12/08 13:04:14 momjian Exp $
|
||||
* Exit postmaster if postgresql.conf can not be opened
|
||||
* Rename /scripts directory because they are all C programs now
|
||||
* Allow the regression tests to start postmaster with -i so the tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user