> * Allow column-level privileges
This commit is contained in:
Bruce Momjian 2004-01-23 05:05:34 +00:00
parent 0bd3606d72
commit d84db7d56d

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Fri Jan 9 16:12:53 EST 2004 Last updated: Fri Jan 23 00:05:33 EST 2004
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -186,6 +186,7 @@ Commands
* Ignore temporary tables from other session when processing inheritance * Ignore temporary tables from other session when processing inheritance
* Add GUC setting to make created tables default to WITHOUT OIDS * Add GUC setting to make created tables default to WITHOUT OIDS
* Have pg_ctl look at PGHOST in case it is a socket directory * Have pg_ctl look at PGHOST in case it is a socket directory
* Allow column-level privileges
* ALTER * ALTER
@ -462,7 +463,7 @@ Source Code
* Acquire lock on a relation before building a relcache entry for it * Acquire lock on a relation before building a relcache entry for it
* Research interaction of setitimer() and sleep() used by statement_timeout * Research interaction of setitimer() and sleep() used by statement_timeout
* Add checks for fclose() failure * Add checks for fclose() failure
* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1187 2004/01/09 21:12:55 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1187 2004/01/09 21:12:55 momjian Exp $ * Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1188 2004/01/23 05:05:34 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1188 2004/01/23 05:05:34 momjian Exp $
* Exit postmaster if postgresql.conf can not be opened * Exit postmaster if postgresql.conf can not be opened
* Rename /scripts directory because they are all C programs now * Rename /scripts directory because they are all C programs now
* Allow the regression tests to start postmaster with -i so the tests * Allow the regression tests to start postmaster with -i so the tests