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

Поиск
Список
Период
Сортировка
От neilc@postgresql.org (Neil Conway)
Тема pgsql: Improve psql's \df slash command to include the argument names
Дата
Msg-id 20060717002123.7FEB09F9F27@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: neilc@postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: Minor documentation tweak: in the tables of functions and
Следующее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - be: Implement Type.LookupByName.