Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4ed300b

Browse files
committed
Add URL for:
* Improve ability to modify views via ALTER TABLE > http://archives.postgresql.org/pgsql-hackers/2008-07/msg01410.php
1 parent 3ccde31 commit 4ed300b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

doc/TODO

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
Current maintainer: Bruce Momjian (bruce@momjian.us)
4-
Last updated: Mon Aug 11 23:48:39 EDT 2008
4+
Last updated: Wed Aug 13 21:57:34 EDT 2008
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -622,6 +622,7 @@ Views / Rules
622622
* Improve ability to modify views via ALTER TABLE
623623

624624
http://archives.postgresql.org/pgsql-hackers/2008-05/msg00691.php
625+
http://archives.postgresql.org/pgsql-hackers/2008-07/msg01410.php
625626

626627

627628

@@ -773,6 +774,7 @@ SQL Commands
773774

774775
o Add CREATE SCHEMA ... LIKE that copies a schema
775776

777+
o Add CREATE TABLE LIKE ... INCLUDING COMMENTS
776778

777779

778780
* UPDATE
@@ -2055,6 +2057,8 @@ Source Code
20552057
* Fix system views like pg_stat_all_tables to use set-returning
20562058
functions, rather than views of per-column functions
20572059

2060+
* Allow table and index WITH options to be specified via hooks, for use
2061+
with plugins like GiST index methods
20582062

20592063
* Win32
20602064

doc/src/FAQ/TODO.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Mon Aug 11 23:48:39 EDT 2008
11+
Last updated: Wed Aug 13 21:57:34 EDT 2008
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -539,6 +539,7 @@ <h1><a name="section_6">Views / Rules</a></h1>
539539
</p>
540540
</li><li>Improve ability to modify views via ALTER TABLE
541541
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-05/msg00691.php">http://archives.postgresql.org/pgsql-hackers/2008-05/msg00691.php</a>
542+
<a href="http://archives.postgresql.org/pgsql-hackers/2008-07/msg01410.php">http://archives.postgresql.org/pgsql-hackers/2008-07/msg01410.php</a>
542543
</p>
543544
</li></ul>
544545
<h1><a name="section_7">SQL Commands</a></h1>
@@ -667,6 +668,7 @@ <h1><a name="section_7">SQL Commands</a></h1>
667668
<p> <a href="http://archives.postgresql.org/pgsql-bugs/2007-10/msg00169.php">http://archives.postgresql.org/pgsql-bugs/2007-10/msg00169.php</a>
668669
</p>
669670
</li><li>Add CREATE SCHEMA ... LIKE that copies a schema
671+
</li><li>Add CREATE TABLE LIKE ... INCLUDING COMMENTS
670672
</li></ul>
671673
</li><li>UPDATE
672674
<ul>
@@ -1765,6 +1767,8 @@ <h1><a name="section_23">Source Code</a></h1>
17651767
</p>
17661768
</li><li>Fix system views like pg_stat_all_tables to use set-returning
17671769
functions, rather than views of per-column functions
1770+
</li><li>Allow table and index WITH options to be specified via hooks, for use
1771+
with plugins like GiST index methods
17681772
</li><li>Win32
17691773
<ul>
17701774
<li>Remove configure.in check for link failure when cause is found

0 commit comments

Comments
 (0)