Skip to content

Commit 572446b

Browse files
committed
Fix double dash:
< o --Add ALTER TABLE tab SET WITHOUT OIDS (Rod) > o -Add ALTER TABLE tab SET WITHOUT OIDS (Rod)
1 parent 1a908a0 commit 572446b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/TODO

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

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

@@ -220,7 +220,7 @@ Commands
220220
rows with DEFAULT value
221221
o ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence because
222222
of the item above
223-
o --Add ALTER TABLE tab SET WITHOUT OIDS (Rod)
223+
o -Add ALTER TABLE tab SET WITHOUT OIDS (Rod)
224224
o -Add ALTER SEQUENCE to modify min/max/increment/cache/cycle values
225225
o Have ALTER TABLE rename SERIAL sequences
226226
o Allow columns to be reordered using ALTER ... POSITION i col1 [,col2];
@@ -522,7 +522,7 @@ Source Code
522522
* Acquire lock on a relation before building a relcache entry for it
523523
* Research interaction of setitimer() and sleep() used by statement_timeout
524524
* Add checks for fclose() failure
525-
* Change CVS $Id: TODO,v 1.1167 2003/11/12 04:10:43 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1167 2003/11/12 04:10:43 momjian Exp $
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 $
526526
* Exit postmaster if postgresql.conf can not be opened
527527
* Rename /scripts directory because they are all C programs now
528528
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)