Re: PL/Python result metadata

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: PL/Python result metadata
Дата
Msg-id 1326739445.29466.1.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: PL/Python result metadata  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
On ons, 2012-01-11 at 17:16 -0300, Alvaro Herrera wrote:
> > I propose to add two functions to the result object:
> > 
> > .colnames() returns a list of column names (strings)
> > .coltypes() returns a list of type OIDs (integers)
> 
> No typmods? 

Didn't think about that, but could be added using similar interface and
code.



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: pgstat documentation tables
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: PL/Python result metadata