From: Bruce Momjian Date: Fri, 20 Feb 2004 20:37:11 +0000 (+0000) Subject: Add: X-Git-Tag: REL8_0_0BETA1~1137 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0d025339431a8211cebc8eee19d4779b236ce482;p=thirdparty%2Fpostgresql.git Add: > * Have psql show more information about sequences --- diff --git a/doc/TODO b/doc/TODO index 2177cf546f3..00becf20f9d 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Fri Feb 20 13:35:13 EST 2004 +Last updated: Fri Feb 20 15:37:09 EST 2004 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -264,6 +264,7 @@ Clients * Allow fastpast to pass values in portable format * Allow libpq to return information about prepared queries * Make pg_restore continue after errors, so it acts more like pg_dump scripts +* Have psql show more information about sequences * JDBC o Comprehensive test suite. This may be available already.