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
9aab097d
Commit
9aab097d
authored
Jan 24, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update TODO list.
parent
26e56644
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
doc/TODO
doc/TODO
+5
-4
No files found.
doc/TODO
View file @
9aab097d
TODO list for PostgreSQL
========================
Last updated: Wed Jan 24 1
4:33:26
EST 2001
Last updated: Wed Jan 24 1
8:55:23
EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
...
@@ -24,7 +24,7 @@ PARSER
* -SELECT foo UNION SELECT foo is incorrectly simplified to SELECT foo
* Unique index on base column not honored on inserts from inherited table
INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
[inherit]
[inherit
ance
]
* -Be smarter about promoting types when UNION merges different data types
* -redesign INSERT ... SELECT to have two levels of target list
* -have INTERSECT/EXCEPT prevent duplicates unless ALL is specified (Tom)
...
...
@@ -34,7 +34,7 @@ VIEWS
* -Views containing aggregates sometimes fail (Jan)
* -Creating view and inheriting the view causes view* to show
duplicates
(inherit)
duplicates
[inheritance]
* -Disallow LOCK on view (Mark Hollomon)
MISC
...
...
@@ -145,7 +145,8 @@ INDEXES
COMMANDS
* ALTER TABLE ADD COLUMN to inherited table put column in wrong place [inherit]
* ALTER TABLE ADD COLUMN to inherited table put column in wrong place
[inheritance]
* -Add ALTER TABLE ALTER COLUMN feature (Peter E)
* Add ALTER TABLE DROP COLUMN feature [drop]
* -Add ALTER TABLE command to change table ownership (Mark H)
...
...
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