diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-12-16 01:35:40 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-12-16 01:35:40 +0000 |
commit | 3bc199cd6c443511e5b5f3e873b4242cfc2cfec0 (patch) | |
tree | a135912ded5deb5f534df497680ade3a15fd3af8 | |
parent | 028c41e29b2adb95ca25b9ac55ed486f1ec82431 (diff) | |
download | postgresql-3bc199cd6c443511e5b5f3e873b4242cfc2cfec0.tar.gz postgresql-3bc199cd6c443511e5b5f3e873b4242cfc2cfec0.zip |
Add mention of non-standard extension:
< o Make SET CONNECTION thread-aware
> o Make SET CONNECTION thread-aware, non-standard?
-rw-r--r-- | doc/TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Mon Dec 15 20:08:46 EST 2003 +Last updated: Mon Dec 15 20:35:38 EST 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -284,7 +284,7 @@ Clients o Implement SQLDA o Fix nested C comments o sqlwarn[6] should be 'W' if the PRECISION or SCALE value specified - o Make SET CONNECTION thread-aware + o Make SET CONNECTION thread-aware, non-standard? * Python o Allow users to register their own types with pg_ @@ -462,7 +462,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.1181 2003/12/16 01:08:40 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1181 2003/12/16 01:08:40 momjian Exp $ +* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1182 2003/12/16 01:35:40 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1182 2003/12/16 01:35:40 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 |