diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-12-15 03:01:20 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-12-15 03:01:20 +0000 |
commit | eb838baf490a4fc022d3ef79544402a584e2274a (patch) | |
tree | d188e31a2ae6106dfda7b0f112f1690d7bc45b86 | |
parent | c4dfc4137e38968abd912b3f0d94955cd9d66329 (diff) | |
download | postgresql-eb838baf490a4fc022d3ef79544402a584e2274a.tar.gz postgresql-eb838baf490a4fc022d3ef79544402a584e2274a.zip |
Document issues for SGML and XML:
>
> * Consider changing documentation from SGML to XML
>
> http://archives.postgresql.org/pgsql-docs/2006-12/msg00033.php
>
-rw-r--r-- | doc/TODO | 7 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 5 |
2 files changed, 10 insertions, 2 deletions
@@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Tue Dec 12 17:31:12 EST 2006 +Last updated: Thu Dec 14 22:01:06 EST 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -1304,6 +1304,11 @@ Source Code http://archives.postgresql.org/pgsql-hackers/2006-09/msg02108.php +* Consider changing documentation from SGML to XML + + http://archives.postgresql.org/pgsql-docs/2006-12/msg00033.php + + * Win32 diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 16f1682da72..758096cda94 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:bruce@momjian.us">bruce@momjian.us</a>)<br/> -Last updated: Tue Dec 12 17:31:12 EST 2006 +Last updated: Thu Dec 14 22:01:06 EST 2006 </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>. @@ -1179,6 +1179,9 @@ first. </li><li>Use strlcpy() rather than our StrNCpy() macro <p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-09/msg02108.php">http://archives.postgresql.org/pgsql-hackers/2006-09/msg02108.php</a> </p> + </li><li>Consider changing documentation from SGML to XML +<p> <a href="http://archives.postgresql.org/pgsql-docs/2006-12/msg00033.php">http://archives.postgresql.org/pgsql-docs/2006-12/msg00033.php</a> +</p> </li><li>Win32 <ul> <li>Remove configure.in check for link failure when cause is found |