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

Commit1c6db74

Browse files
committed
Update TODO list.
1 parentffd0599 commit1c6db74

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

‎doc/TODO

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated:Wed May 919:11:18 EDT 2001
3+
Last updated:Thu May10 13:19:40 EDT 2001
44

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

@@ -19,15 +19,14 @@ RELIABILITY
1919
PARSER
2020

2121
* SELECT pg_class FROM pg_class generates strange error
22-
* Alter TABLE ADD COLUMN does not honor DEFAULT, add CONSTRAINT
22+
* Alter TABLE ADD COLUMN does not honor DEFAULT or add CONSTRAINT
2323
* Unique index on base column not honored on inserts from inherited table
2424
INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
2525
[inheritance]
2626

2727
MISC
2828

2929
* Plpgsql does not handle quoted mixed-case identifiers
30-
* Permission to DELETE table allows UPDATE also
3130
* SELECT cash_out(1) causes crash
3231

3332
ENHANCEMENTS
@@ -50,11 +49,13 @@ ADMIN
5049

5150
* More access control over who can create tables and use locks (Karel)
5251
* Allow better control over user privileges [privileges]
52+
* Permission to DELETE table allows UPDATE also
5353
* Allow elog() to return error codes, module name, file name, line
5454
number, not just messages [elog]
5555
* Allow international error message support and add error codes [elog]
5656
* Remove unused files during database vacuum or postmaster startup
5757
* Add table name mapping for numeric file names
58+
* Overhaul pg_hba.conf host-based authentication
5859

5960
TYPES
6061

@@ -176,6 +177,7 @@ REFERENTIAL INTEGRITY
176177
switch to pg_shadow.oid as user id
177178
* Add unique indexes on pg_database
178179
* Check all system tables and add unique indexes as needed
180+
* Make constraints clearer in dump file
179181

180182
EXOTIC FEATURES
181183

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp