1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00
o -Display IN, INOUT, and OUT parameters in \df
This commit is contained in:
Bruce Momjian
2006-07-18 18:20:51 +00:00
parent fcd1b0d891
commit c5fad5f35e
2 changed files with 4 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated: Mon Jul 10 11:44:25 EDT 2006
Last updated: Tue Jul 18 14:20:41 EDT 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -773,11 +773,7 @@ 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.
o -Display IN, INOUT, and OUT parameters in \df
o Add auto-expanded mode so expanded output is used if the row
length is wider than the screen width.