summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-12-04 04:33:18 +0000
committerBruce Momjian <bruce@momjian.us>2005-12-04 04:33:18 +0000
commit8752479dfc37ba8dc10f606cd38b7d3363b71b35 (patch)
treec95c277eedee198f11a1a4eda73781a21c91f2ba /doc/src
parentbedb5fc309487fa8bbff8728ffef5b6bc167f29e (diff)
Add:
> o Add long file support for binary pg_dump output > > While Win32 supports 64-bit files, the MinGW API does not, > meaning we have to build an fseeko replacement on top of the > Win32 API, and we have to make sure MinGW handles it.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/FAQ/TODO.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 6de47ef2bd2..1d3dfb144c8 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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
-Last updated: Sat Dec 3 23:14:39 EST 2005
+Last updated: Sat Dec 3 23:33:12 EST 2005
</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>.
@@ -1022,6 +1022,11 @@ first.
</li><li>Fix problem with shared memory on the Win32 Terminal Server
</li><li>Improve signal handling,
<a href="http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php">http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php</a>
+ </li><li>Add long file support for binary pg_dump output
+<p> While Win32 supports 64-bit files, the MinGW API does not,
+ meaning we have to build an fseeko replacement on top of the
+ Win32 API, and we have to make sure MinGW handles it.
+</p>
</li></ul>
</li><li>Wire Protocol Changes
<ul>