pgsql: Improve psql's \df slash command to include the argument names - Mailing list pgsql-committers

From neilc@postgresql.org (Neil Conway)
Subject pgsql: Improve psql's \df slash command to include the argument names
Date
Msg-id 20060717002123.7FEB09F9F27@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: neilc@postgresql.org (Neil Conway)
Date:
Subject: pgsql: Minor documentation tweak: in the tables of functions and
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - be: Implement Type.LookupByName.