Commit d2557833 authored by Bruce Momjian's avatar Bruce Momjian

Add:

> * Improve psql's handling of multi-line queries
parent 0b58d301
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Thu Feb 24 18:39:38 EST 2005 Last updated: Thu Feb 24 19:24:24 EST 2005
The most recent version of this document can be viewed at the PostgreSQL web The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org. site, http://www.PostgreSQL.org.
...@@ -535,6 +535,7 @@ Clients ...@@ -535,6 +535,7 @@ Clients
* Fix psql's display of schema information (Neil) * Fix psql's display of schema information (Neil)
* Allow psql \pset boolean variables to set to fixed values, rather than toggle * Allow psql \pset boolean variables to set to fixed values, rather than toggle
* Consistently display privilege information for all objects in psql * Consistently display privilege information for all objects in psql
* Improve psql's handling of multi-line queries
* pg_dump * pg_dump
o Have pg_dump use multi-statement transactions for INSERT dumps o Have pg_dump use multi-statement transactions for INSERT dumps
o Allow pg_dump to use multiple -t and -n switches o Allow pg_dump to use multiple -t and -n switches
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment