Skip to content

Commit 1acc657

Browse files
committed
Add:
> * Add GUC setting to make created tables default to WITHOUT OIDS
1 parent 572446b commit 1acc657

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/TODO

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Sun Nov 16 21:01:56 EST 2003
3+
Last updated: Sun Nov 16 21:05:26 EST 2003
44

55
Current maintainer: Bruce Momjian ([email protected])
66

@@ -212,6 +212,7 @@ Commands
212212
* Have psql \dn show only visible schemas using current_schemas()
213213
* Have psql '\i ~/<tab><tab>' actually load files it displays from home dir
214214
* Ignore temporary tables from other session when processing inheritance
215+
* Add GUC setting to make created tables default to WITHOUT OIDS
215216

216217

217218
* ALTER
@@ -522,7 +523,7 @@ Source Code
522523
* Acquire lock on a relation before building a relcache entry for it
523524
* Research interaction of setitimer() and sleep() used by statement_timeout
524525
* Add checks for fclose() failure
525-
* 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 $
526+
* 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 $
526527
* Exit postmaster if postgresql.conf can not be opened
527528
* Rename /scripts directory because they are all C programs now
528529
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)