information schema parameter_default implementation

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема information schema parameter_default implementation
Дата
Msg-id 1357730912.25412.12.camel@vanquo.pezone.net
обсуждение исходный текст
Ответы Re: information schema parameter_default implementation  (Ali Dar <ali.munir.dar@gmail.com>)
Список pgsql-hackers
Here is an implementation of the
information_schema.parameters.parameter_default column.

I ended up writing a C function to decode the whole thing from the
system catalogs, because it was too complicated in SQL, so I abandoned
the approach discussed in [0].


[0]: http://archives.postgresql.org/message-id/1356092400.25658.6.camel@vanquo.pezone.net

Вложения

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: [PATCH 1/2] Provide a common malloc wrappers and palloc et al. emulation for frontend'ish environs
Следующее
От: Kohei KaiGai
Дата:
Сообщение: Re: ALTER command reworks