Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
1c6db74d
Commit
1c6db74d
authored
May 10, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update TODO list.
parent
ffd0599c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
doc/TODO
doc/TODO
+5
-3
No files found.
doc/TODO
View file @
1c6db74d
TODO list for PostgreSQL
========================
Last updated:
Wed May 9 19:11:18
EDT 2001
Last updated:
Thu May 10 13:19:40
EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
...
@@ -19,7 +19,7 @@ RELIABILITY
PARSER
* SELECT pg_class FROM pg_class generates strange error
* Alter TABLE ADD COLUMN does not honor DEFAULT
,
add CONSTRAINT
* Alter TABLE ADD COLUMN does not honor DEFAULT
or
add CONSTRAINT
* Unique index on base column not honored on inserts from inherited table
INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
[inheritance]
...
...
@@ -27,7 +27,6 @@ PARSER
MISC
* Plpgsql does not handle quoted mixed-case identifiers
* Permission to DELETE table allows UPDATE also
* SELECT cash_out(1) causes crash
ENHANCEMENTS
...
...
@@ -50,11 +49,13 @@ ADMIN
* More access control over who can create tables and use locks (Karel)
* Allow better control over user privileges [privileges]
* Permission to DELETE table allows UPDATE also
* Allow elog() to return error codes, module name, file name, line
number, not just messages [elog]
* Allow international error message support and add error codes [elog]
* Remove unused files during database vacuum or postmaster startup
* Add table name mapping for numeric file names
* Overhaul pg_hba.conf host-based authentication
TYPES
...
...
@@ -176,6 +177,7 @@ REFERENTIAL INTEGRITY
switch to pg_shadow.oid as user id
* Add unique indexes on pg_database
* Check all system tables and add unique indexes as needed
* Make constraints clearer in dump file
EXOTIC FEATURES
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment