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

Поиск
Список
Период
Сортировка
От A. Kretschmer
Тема Re: Is it possible to return custom type as proper ROW?
Дата
Msg-id 20061011174221.GA23370@a-kretschmer.de
обсуждение исходный текст
Ответ на Re: Is it possible to return custom type as proper ROW?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Is it possible to return custom type as proper ROW?  ("Uwe C. Schroeder" <uwe@oss4u.com>)
Список pgsql-general
am  Wed, dem 11.10.2006, um 12:56:51 -0400 mailte Tom Lane folgendes:
> 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);

Yes, but i have learned, that 'SELECT * ...' is evil...

Thanks for the hint.


Andreas
--
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47215,   D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID:   0x3FFF606C, privat 0x7F4584DA   http://wwwkeys.de.pgp.net

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

Предыдущее
От: Steve Crawford
Дата:
Сообщение: Re: more anti-postgresql FUD
Следующее
От: "Karen Hill"
Дата:
Сообщение: Re: Find out the number of rows returned by refcursor?