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

From [email protected] (Neil Conway)
Subject pgsql: Improve psql's \df slash command to include the argument names
Date
Msg-id [email protected]
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: [email protected] (Neil Conway)
Date:
Subject: pgsql: Minor documentation tweak: in the tables of functions and
Next
From: [email protected] (James William Pye)
Date:
Subject: python - be: Implement Type.LookupByName.