1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00
> 	o Remove unnecessary abstractions in pg_dump source code
This commit is contained in:
Bruce Momjian
2005-08-18 14:14:31 +00:00
parent 7be1b3ba74
commit 96f63aebc8
2 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Thu Aug 18 00:42:37 EDT 2005
Last updated: Thu Aug 18 10:14:29 EDT 2005
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@ -601,6 +601,7 @@ Clients
o Add CSV output format
o Update pg_dump and psql to use the new COPY libpq API (Christopher)
o Remove unnecessary abstractions in pg_dump source code
* ecpg