summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-11-17 02:05:26 +0000
committerBruce Momjian <bruce@momjian.us>2003-11-17 02:05:26 +0000
commit1acc65787ac6f3d106a530194e03af76f6963a41 (patch)
tree3250054a8aeac00dc7991ec5be0f33563444c01f
parent572446b518a29e68f08ee838d8b4282d4fd9cfeb (diff)
Add:
> * Add GUC setting to make created tables default to WITHOUT OIDS
-rw-r--r--doc/TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index f625d39b0da..eb88b33c0c8 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Sun Nov 16 21:01:56 EST 2003
+Last updated: Sun Nov 16 21:05:26 EST 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -212,6 +212,7 @@ Commands
* Have psql \dn show only visible schemas using current_schemas()
* Have psql '\i ~/<tab><tab>' actually load files it displays from home dir
* Ignore temporary tables from other session when processing inheritance
+* Add GUC setting to make created tables default to WITHOUT OIDS
* ALTER
@@ -522,7 +523,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 $Id: TODO,v 1.1168 2003/11/17 02:01:56 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1168 2003/11/17 02:01:56 momjian Exp $
+* Change CVS $Id: TODO,v 1.1169 2003/11/17 02:05:26 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1169 2003/11/17 02:05:26 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