Re: Is it possible to return custom type as proper ROW?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Is it possible to return custom type as proper ROW?
Дата
Msg-id 26190.1160585811@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Is it possible to return custom type as proper ROW?  (Andreas Kretschmer <akretschmer@spamfence.net>)
Ответы Re: Is it possible to return custom type as proper ROW?  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
Список pgsql-general
Andreas Kretschmer <akretschmer@spamfence.net> writes:
> Joe Kramer <cckramer@gmail.com> schrieb:
>> I want to get:
>> item_id   |   last_update
>> -------------------------------------
>> 32         |  1234-12-12 12:12:12

> Untested:
> SELECT item_id, last_update from public.new_item(3,2);

Or just
    SELECT * FROM public.new_item(3,2);

            regards, tom lane

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

Предыдущее
От: "Guy Rouillier"
Дата:
Сообщение: Re: more anti-postgresql FUD
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: more anti-postgresql FUD