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

Commit cbd08f6

Browse files
committed
Add:
> > * Add comments on system tables/columns using the information in > catalogs.sgml > > Ideally the information would be pulled from the SGML file > automatically. >
1 parent 3b8bca3 commit cbd08f6

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

doc/TODO

Lines changed: 8 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: Thu Mar 6 20:06:51 EST 2008
4+
Last updated: Fri Mar 7 09:51:26 EST 2008
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -574,6 +574,13 @@ SQL Commands
574574
RETURNING to supply values to the INSERT
575575
http://archives.postgresql.org/pgsql-hackers/2008-02/thrd2.php#00979
576576

577+
* Add comments on system tables/columns using the information in
578+
catalogs.sgml
579+
580+
Ideally the information would be pulled from the SGML file
581+
automatically.
582+
583+
577584
* CREATE
578585

579586
o Allow CREATE TABLE AS to determine column lengths for complex

doc/src/FAQ/TODO.html

Lines changed: 6 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: Thu Mar 6 20:06:51 EST 2008
11+
Last updated: Fri Mar 7 09:51:26 EST 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>.
@@ -509,6 +509,11 @@ <h1><a name="section_7">SQL Commands</a></h1>
509509
</li><li>Allow INSERT ... DELETE ... RETURNING, namely allow the DELETE ...
510510
RETURNING to supply values to the INSERT
511511
<a href="http://archives.postgresql.org/pgsql-hackers/2008-02/thrd2.php#00979">http://archives.postgresql.org/pgsql-hackers/2008-02/thrd2.php#00979</a>
512+
</li><li>Add comments on system tables/columns using the information in
513+
catalogs.sgml
514+
<p> Ideally the information would be pulled from the SGML file
515+
automatically.
516+
</p>
512517
</li><li>CREATE
513518
<ul>
514519
<li>Allow CREATE TABLE AS to determine column lengths for complex

0 commit comments

Comments
 (0)