mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Add:
> > o Display IN, INOUT, and OUT parameters in \df+ > > It probably requires psql to output newlines in the proper > column, which is already on the TODO list.
This commit is contained in:
7
doc/TODO
7
doc/TODO
@ -2,7 +2,7 @@
|
||||
PostgreSQL TODO List
|
||||
====================
|
||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||
Last updated: Thu Sep 22 23:05:53 EDT 2005
|
||||
Last updated: Fri Sep 23 16:32:41 EDT 2005
|
||||
|
||||
The most recent version of this document can be viewed at
|
||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||
@ -572,6 +572,11 @@ Clients
|
||||
in the second display column, rather than the first column as it
|
||||
does now.
|
||||
|
||||
o Display IN, INOUT, and OUT parameters in \df+
|
||||
|
||||
It probably requires psql to output newlines in the proper
|
||||
column, which is already on the TODO list.
|
||||
|
||||
|
||||
* pg_dump
|
||||
|
||||
|
Reference in New Issue
Block a user