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
796695c9
Commit
796695c9
authored
Apr 28, 2000
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update TODO list.
parent
a90dc572
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
doc/TODO
doc/TODO
+10
-1
No files found.
doc/TODO
View file @
796695c9
TODO list for PostgreSQL
========================
Last updated:
Sat Apr 22 16:33:07
EDT 2000
Last updated:
Fri Apr 28 10:44:19
EDT 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
...
@@ -51,6 +51,8 @@ MISC
another backend. Might lead to MVCC inside of syscache
* Permission to UPDATE table allows DELETE also
* Some database schema's are not dumpable; do dumps in oid order
ENHANCEMENTS
------------
...
...
@@ -171,6 +173,12 @@ MISC
* Allow BLCKSZ <= 64k, not <= 32k
* redesign UNION structures to have separarate target lists
* Allow multi-level query trees for INSERT INTO ... SELECT
* Check that primary key exists at foreign key definition time
* Prevent column dropping if column is used by foreign key
* Propagate column or table renaming to foreign key constraints
* Emit a warning at foreign key creation time if no UNIQUE index
exists on referenced primary key attributes
PERFORMANCE
-----------
...
...
@@ -218,6 +226,7 @@ MISC
* prevent labels from being output for stored rules (Tom)
* allow configuration of maximum number of open files
SOURCE CODE
-----------
* Add use of 'const' for variables in source tree
...
...
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