diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-02-01 19:13:56 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-02-01 19:13:56 +0000 |
commit | db047e571d746893682e4a33e789c045696da626 (patch) | |
tree | 96004f15f77035df4c86d301ecc257fdb6d0a417 | |
parent | 8b4ff8b6a14096a28910fbff3d485f30dcb9a637 (diff) | |
download | postgresql-db047e571d746893682e4a33e789c045696da626.tar.gz postgresql-db047e571d746893682e4a33e789c045696da626.zip |
Add URL for:
o Add long file support for binary pg_dump output
>
> http://archives.postgresql.org/pgsql-hackers/2006-12/msg00551.php
-rw-r--r-- | doc/TODO | 4 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Wed Jan 31 23:51:22 EST 2007 +Last updated: Thu Feb 1 14:13:48 EST 2007 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -1403,6 +1403,8 @@ Source Code option is to wait for the MinGW project to fix it, or use the code from the LibGW32C project as a guide. + http://archives.postgresql.org/pgsql-hackers/2006-12/msg00551.php + o Check WSACancelBlockingCall() for interrupts [win32intr] diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 82d4b090aa0..e3613964671 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: Wed Jan 31 23:51:22 EST 2007 +Last updated: Thu Feb 1 14:13:48 EST 2007 </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>. @@ -1256,6 +1256,8 @@ first. There is also a developer's wiki at<br/> option is to wait for the MinGW project to fix it, or use the code from the LibGW32C project as a guide. </p> +<p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-12/msg00551.php">http://archives.postgresql.org/pgsql-hackers/2006-12/msg00551.php</a> +</p> </li><li>Check WSACancelBlockingCall() for interrupts [<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?win32intr">win32intr</a>] </li></ul> </li><li>Wire Protocol Changes |