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
235d5fa6
Commit
235d5fa6
authored
Mar 06, 2003
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add:
> o Have ALTER TABLE rename SERIAL sequences
parent
4b6c198a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
11 deletions
+12
-11
doc/TODO
doc/TODO
+12
-11
No files found.
doc/TODO
View file @
235d5fa6
TODO list for PostgreSQL
TODO list for PostgreSQL
========================
========================
Last updated:
Tue Feb 18 20:30:27
EST 2003
Last updated:
Wed Mar 5 21:29:28
EST 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
@@ -16,14 +16,14 @@ Urgent
...
@@ -16,14 +16,14 @@ Urgent
======
======
* Add replication of distributed databases [replication]
* Add replication of distributed databases [replication]
o
a
utomatic failover
o
A
utomatic failover
o
l
oad balancing
o
L
oad balancing
o
m
aster/slave replication
o
M
aster/slave replication
o
m
ulti-master replication
o
M
ulti-master replication
o
p
artition data across servers
o
P
artition data across servers
o
s
ample implementation in contrib/rserv
o
S
ample implementation in contrib/rserv
o
q
ueries across databases or servers (two-phase commit)
o
Q
ueries across databases or servers (two-phase commit)
o
a
llow replication over unreliable or non-persistent links
o
A
llow replication over unreliable or non-persistent links
o http://gborg.postgresql.org/project/pgreplication/projdisplay.php
o http://gborg.postgresql.org/project/pgreplication/projdisplay.php
* Point-in-time data recovery using backup and write-ahead log
* Point-in-time data recovery using backup and write-ahead log
* Create native Win32 port [win32]
* Create native Win32 port [win32]
...
@@ -179,7 +179,8 @@ Commands
...
@@ -179,7 +179,8 @@ Commands
o ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence because
o ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence because
of the item above
of the item above
o -Add ALTER TABLE tab SET WITHOUT OIDS (Rod)
o -Add ALTER TABLE tab SET WITHOUT OIDS (Rod)
* Add ALTER SEQUENCE to modify min/max/increment/cache/cycle values
o Add ALTER SEQUENCE to modify min/max/increment/cache/cycle values
o Have ALTER TABLE rename SERIAL sequences
* CLUSTER
* CLUSTER
o Automatically maintain clustering on a table
o Automatically maintain clustering on a table
...
@@ -271,7 +272,7 @@ Clients
...
@@ -271,7 +272,7 @@ Clients
o fix handling of DB attributes that are arrays
o fix handling of DB attributes that are arrays
* Python
* Python
o Allow users to register their own types with
_pg
o Allow users to register their own types with
pg_
o Allow SELECT to return a dictionary of dictionaries
o Allow SELECT to return a dictionary of dictionaries
o Allow COPY BINARY FROM
o Allow COPY BINARY FROM
...
...
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