mirror of
https://github.com/postgres/postgres.git
synced 2025-05-09 18:21:05 +03:00
Add URL's for sequence discussions:
> > http://archives.postgresql.org/pgsql-hackers/2008-03/msg00008.php > < o %Have ALTER TABLE RENAME rename SERIAL sequence names > o Have ALTER TABLE RENAME rename SERIAL sequence names > > http://archives.postgresql.org/pgsql-hackers/2008-03/msg00008.php > > http://archives.postgresql.org/pgsql-hackers/2008-03/msg00008.php
This commit is contained in:
parent
fb7b1df083
commit
ceb567c1c1
11
doc/TODO
11
doc/TODO
@ -1,7 +1,7 @@
|
|||||||
PostgreSQL TODO List
|
PostgreSQL TODO List
|
||||||
====================
|
====================
|
||||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||||
Last updated: Fri Feb 29 09:56:41 EST 2008
|
Last updated: Mon Mar 3 10:06:41 EST 2008
|
||||||
|
|
||||||
The most recent version of this document can be viewed at
|
The most recent version of this document can be viewed at
|
||||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||||
@ -183,6 +183,9 @@ Data Types
|
|||||||
|
|
||||||
* Consider placing all sequences in a single table, or create a system
|
* Consider placing all sequences in a single table, or create a system
|
||||||
view
|
view
|
||||||
|
|
||||||
|
http://archives.postgresql.org/pgsql-hackers/2008-03/msg00008.php
|
||||||
|
|
||||||
* Dates and Times
|
* Dates and Times
|
||||||
|
|
||||||
o Allow infinite dates and intervals just like infinite timestamps
|
o Allow infinite dates and intervals just like infinite timestamps
|
||||||
@ -570,12 +573,16 @@ SQL Commands
|
|||||||
|
|
||||||
* ALTER
|
* ALTER
|
||||||
|
|
||||||
o %Have ALTER TABLE RENAME rename SERIAL sequence names
|
o Have ALTER TABLE RENAME rename SERIAL sequence names
|
||||||
|
|
||||||
|
http://archives.postgresql.org/pgsql-hackers/2008-03/msg00008.php
|
||||||
|
|
||||||
o Have ALTER SEQUENCE RENAME rename the sequence name stored
|
o Have ALTER SEQUENCE RENAME rename the sequence name stored
|
||||||
in the sequence table
|
in the sequence table
|
||||||
|
|
||||||
http://archives.postgresql.org/pgsql-bugs/2007-09/msg00092.php
|
http://archives.postgresql.org/pgsql-bugs/2007-09/msg00092.php
|
||||||
http://archives.postgresql.org/pgsql-bugs/2007-10/msg00007.php
|
http://archives.postgresql.org/pgsql-bugs/2007-10/msg00007.php
|
||||||
|
http://archives.postgresql.org/pgsql-hackers/2008-03/msg00008.php
|
||||||
|
|
||||||
o Add ALTER DOMAIN to modify the underlying data type
|
o Add ALTER DOMAIN to modify the underlying data type
|
||||||
o %Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
|
o %Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
||||||
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
||||||
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
||||||
Last updated: Fri Feb 29 09:56:41 EST 2008
|
Last updated: Mon Mar 3 10:06:41 EST 2008
|
||||||
</p>
|
</p>
|
||||||
<p>The most recent version of this document can be viewed at<br/>
|
<p>The most recent version of this document can be viewed at<br/>
|
||||||
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
||||||
@ -166,6 +166,8 @@ first. There is also a developer's wiki at<br/>
|
|||||||
</p>
|
</p>
|
||||||
</li><li>Consider placing all sequences in a single table, or create a system
|
</li><li>Consider placing all sequences in a single table, or create a system
|
||||||
view
|
view
|
||||||
|
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-03/msg00008.php">http://archives.postgresql.org/pgsql-hackers/2008-03/msg00008.php</a>
|
||||||
|
</p>
|
||||||
</li><li>Dates and Times
|
</li><li>Dates and Times
|
||||||
<ul>
|
<ul>
|
||||||
<li>Allow infinite dates and intervals just like infinite timestamps
|
<li>Allow infinite dates and intervals just like infinite timestamps
|
||||||
@ -507,11 +509,14 @@ first. There is also a developer's wiki at<br/>
|
|||||||
</li></ul>
|
</li></ul>
|
||||||
</li><li>ALTER
|
</li><li>ALTER
|
||||||
<ul>
|
<ul>
|
||||||
<li>%Have ALTER TABLE RENAME rename SERIAL sequence names
|
<li>Have ALTER TABLE RENAME rename SERIAL sequence names
|
||||||
|
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-03/msg00008.php">http://archives.postgresql.org/pgsql-hackers/2008-03/msg00008.php</a>
|
||||||
|
</p>
|
||||||
</li><li>Have ALTER SEQUENCE RENAME rename the sequence name stored
|
</li><li>Have ALTER SEQUENCE RENAME rename the sequence name stored
|
||||||
in the sequence table
|
in the sequence table
|
||||||
<p> <a href="http://archives.postgresql.org/pgsql-bugs/2007-09/msg00092.php">http://archives.postgresql.org/pgsql-bugs/2007-09/msg00092.php</a>
|
<p> <a href="http://archives.postgresql.org/pgsql-bugs/2007-09/msg00092.php">http://archives.postgresql.org/pgsql-bugs/2007-09/msg00092.php</a>
|
||||||
<a href="http://archives.postgresql.org/pgsql-bugs/2007-10/msg00007.php">http://archives.postgresql.org/pgsql-bugs/2007-10/msg00007.php</a>
|
<a href="http://archives.postgresql.org/pgsql-bugs/2007-10/msg00007.php">http://archives.postgresql.org/pgsql-bugs/2007-10/msg00007.php</a>
|
||||||
|
<a href="http://archives.postgresql.org/pgsql-hackers/2008-03/msg00008.php">http://archives.postgresql.org/pgsql-hackers/2008-03/msg00008.php</a>
|
||||||
</p>
|
</p>
|
||||||
</li><li>Add ALTER DOMAIN to modify the underlying data type
|
</li><li>Add ALTER DOMAIN to modify the underlying data type
|
||||||
</li><li>%Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
|
</li><li>%Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
|
||||||
|
Loading…
x
Reference in New Issue
Block a user