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

Commit59097af

Browse files
committed
Mark as done, per Rod:
> o -Add ALTER TABLE DROP non-CHECK CONSTRAINT> * -Allow psql \d to show foreign keys> * -Auto-destroy sequence on DROP of table with SERIAL; perhaps a separate> * -Prevent column dropping if column is used by foreign key> * -Automatically drop constraints/functions when object is dropped> * -Make foreign key constraints clearer in dump file> * -Make foreign keys easier to identify
1 parentfa064e9 commit59097af

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

‎doc/TODO

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated:Fri Jul 12 22:20:55 EDT 2002
3+
Last updated:Fri Jul 12 22:41:48 EDT 2002
44

55
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -190,7 +190,7 @@ Commands
190190
[inheritance]
191191
o Add ALTER TABLE DROP COLUMN feature [drop]
192192
o Add ALTER FUNCTION
193-
o Add ALTER TABLE DROP non-CHECK CONSTRAINT
193+
o-Add ALTER TABLE DROP non-CHECK CONSTRAINT
194194
o -ALTER TABLE ADD PRIMARY KEY (Tom)
195195
o -ALTER TABLE ADD UNIQUE (Tom)
196196
o -ALTER TABLE ALTER COLUMN SET/DROP NOT NULL (Christopher Kings-Lynne)
@@ -259,7 +259,7 @@ Clients
259259
* Have pg_dump use LEFT OUTER JOIN in multi-table SELECTs
260260
or multiple SELECTS to avoid bad system catalog entries
261261
* -Have pg_dump -C dump database location and encoding information
262-
* Allow psql \d to show foreign keys
262+
*-Allow psql \d to show foreign keys
263263
* -Allow psql \d to show temporary table structure (Tom)
264264
* Allow psql to show transaction status if backend protocol changes made
265265
* Add XML interface: psql, pg_dump, COPY, separate server (?)
@@ -321,15 +321,16 @@ Dependency Checking
321321

322322
* -Add pg_depend table for dependency recording; use sysrelid, oid,
323323
depend_sysrelid, depend_oid, name
324-
* Auto-destroy sequence on DROP of table with SERIAL; perhaps a separate
324+
*-Auto-destroy sequence on DROP of table with SERIAL; perhaps a separate
325325
SERIAL type
326326
* Have SERIAL generate non-colliding sequence names when we have
327327
auto-destruction
328-
* Prevent column dropping if column is used by foreign key
328+
*-Prevent column dropping if column is used by foreign key
329329
* Propagate column or table renaming to foreign key constraints
330-
* Automatically drop constraints/functions when object is dropped
331-
* Make constraints clearer in dump file
332-
* Make foreign keys easier to identify
330+
* -Automatically drop constraints/functions when object is dropped
331+
* -Make foreign key constraints clearer in dump file
332+
* Make other constraints clearer in dump file
333+
* -Make foreign keys easier to identify
333334
* Flush cached query plans when their underlying catalog data changes
334335

335336

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp