diff options
author | Bruce Momjian | 2008-08-16 02:36:58 +0000 |
---|---|---|
committer | Bruce Momjian | 2008-08-16 02:36:58 +0000 |
commit | c06fe70a8ec7be9922223e0222cd245515d04ff7 (patch) | |
tree | 9be5b3cf64fef62a79a03357a0cacaf07fac88ee | |
parent | 0203a195a736718abc4ab980e0df46a5608dc7ae (diff) |
Add URL for:
* Improve ability to modify views via ALTER TABLE
<
> http://archives.postgresql.org/pgsql-hackers/2008-08/msg00300.php
-rw-r--r-- | doc/TODO | 4 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 3 |
2 files changed, 4 insertions, 3 deletions
@@ -1,7 +1,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian ([email protected]) -Last updated: Fri Aug 15 22:15:25 EDT 2008 +Last updated: Fri Aug 15 22:36:53 EDT 2008 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -629,7 +629,7 @@ Views / Rules http://archives.postgresql.org/pgsql-hackers/2008-05/msg00691.php http://archives.postgresql.org/pgsql-hackers/2008-07/msg01410.php - + http://archives.postgresql.org/pgsql-hackers/2008-08/msg00300.php SQL Commands diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 1ec29ee0e5..c9c3a6d4ef 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@ <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <h1><a name="section_1">PostgreSQL TODO List</a></h1> <p>Current maintainer: Bruce Momjian (<a href="mailto:[email protected]">[email protected]</a>)<br/> -Last updated: Fri Aug 15 22:15:25 EDT 2008 +Last updated: Fri Aug 15 22:36:53 EDT 2008 </p> <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>. @@ -544,6 +544,7 @@ first. There is also a developer's wiki at<br/> </li><li>Improve ability to modify views via ALTER TABLE <p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-05/msg00691.php">http://archives.postgresql.org/pgsql-hackers/2008-05/msg00691.php</a> <a href="http://archives.postgresql.org/pgsql-hackers/2008-07/msg01410.php">http://archives.postgresql.org/pgsql-hackers/2008-07/msg01410.php</a> + <a href="http://archives.postgresql.org/pgsql-hackers/2008-08/msg00300.php">http://archives.postgresql.org/pgsql-hackers/2008-08/msg00300.php</a> </p> </li></ul> <h1><a name="section_7">SQL Commands</a></h1> |