Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit572446b

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 parent1a908a0 commit572446b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/TODO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated:Tue Nov11 23:10:40 EST 2003
3+
Last updated:Sun Nov16 21:01:56 EST 2003
44

55
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
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)

[8]ページ先頭

©2009-2025 Movatter.jp