Re: [HACKERS] Improved \df(+) in psql + backward-compatibility

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Improved \df(+) in psql + backward-compatibility
Дата
Msg-id 10046.1125328409@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Improved \df(+) in psql + backward-compatibility  (David Fetter <david@fetter.org>)
Ответы Re: [HACKERS] Improved \df(+) in psql + backward-compatibility  (David Fetter <david@fetter.org>)
Re: [HACKERS] Improved \df(+) in psql + backward-compatibility  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
David Fetter <david@fetter.org> writes:
> I've noticed that \df doesn't do quite what it might when a function
> is created with named input parameters.  Please find enclosed a patch
> against CVS TIP that does this better.

Meanwhile, getting back to the actual merits of the patch ... this is
not right yet, because it will do the wrong thing when there are OUT
parameters.  (The proargnames array includes both IN and OUT params,
and you can't assume that proargnames and proargtypes have corresponding
subscripts.)  It would probably be a good idea to discuss what display
we want for a function with OUT parameters, anyway.  The strict columnar
representation that \df currently uses doesn't scale very well :-(

            regards, tom lane

В списке pgsql-patches по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: be-secure.c patch
Следующее
От: David Fetter
Дата:
Сообщение: Re: [HACKERS] Improved \df(+) in psql + backward-compatibility