pgsql: Improve psql's \df slash command to include the argument names

From: neilc(at)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve psql's \df slash command to include the argument names
Date: 2006-07-17 00:21:23
Message-ID: 20060717002123.7FEB09F9F27@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Improve psql's \df slash command to include the argument names and modes
(OUT or INOUT) of the function. Patch from David Fetter, editorialization
by Neil Conway.

Modified Files:
--------------
pgsql/src/bin/psql:
describe.c (r1.140 -> r1.141)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c.diff?r1=1.140&r2=1.141)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2006-07-17 00:48:16 python - be: Implement Type.LookupByName.
Previous Message Neil Conway 2006-07-16 23:59:58 pgsql: Minor documentation tweak: in the tables of functions and