OSDN Git Service

Add to TODO:
authorBruce Momjian <bruce@momjian.us>
Thu, 8 May 2008 01:49:43 +0000 (01:49 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 8 May 2008 01:49:43 +0000 (01:49 +0000)
>
>  o Add CREATE SCHEMA ... LIKE that copies a schema
>

doc/TODO
doc/src/FAQ/TODO.html

index 682322c..fcb661d 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian (bruce@momjian.us)
-Last updated:          Wed May  7 21:45:08 EDT 2008
+Last updated:          Wed May  7 21:49:36 EDT 2008
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -726,6 +726,9 @@ SQL Commands
 
          http://archives.postgresql.org/pgsql-bugs/2007-10/msg00169.php
 
+       o Add CREATE SCHEMA ... LIKE that copies a schema
+
+
 
 * UPDATE
        o Allow UPDATE tab SET ROW (col, ...) = (SELECT...)
index 0004225..e761d82 100644 (file)
@@ -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:bruce@momjian.us">bruce@momjian.us</a>)<br/>
-Last updated:           Wed May  7 21:45:08 EDT 2008
+Last updated:           Wed May  7 21:49:36 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>.
@@ -631,6 +631,7 @@ first.  There is also a developer's wiki at<br/>
           a cryptic error message
 <p>          <a href="http://archives.postgresql.org/pgsql-bugs/2007-10/msg00169.php">http://archives.postgresql.org/pgsql-bugs/2007-10/msg00169.php</a>
 </p>
+    </li><li>Add CREATE SCHEMA ... LIKE that copies a schema
   </li></ul>
   </li><li>UPDATE
   <ul>