- Архив списков рассылки pgsql-sql

Поиск
Список
Период
Сортировка
От Bosko Vukov
Тема
Дата
Msg-id 6A9EBF80F9BA874AB83B152B421DB2F3048207@dcttbgweb1.teletrader.local
обсуждение исходный текст
Список pgsql-sql
Hi all!

If I made a C function, let's say"ext_data", with an  int  input parameter and  RECORD  or user defined type
(but always only one row) as a output, would I be able to write a SQL query like:

SELECT   st.*, ext.*
FROM     SomeTable st,  ext_data(st.ID)  ext
WHERE    condition only on SomeTable data.

Bosko

Confidentiality Notice: This e-mail, including any documents accompanying this e-mail, contains information from the
officesof TeleTrader Software AG, which may be confidential. This e-mail message is intended only for the addressee(s).
Ifyou are not the intended recipient, be aware that any disclosure, copying, distribution or use of the contents of
thise-mail is prohibited. If this e-mail has been sent to you in error, please delete this e-mail and any copies or
linksto this e-mail completely from your system and notify us immediately so that we can ensure that no further such
e-mailsare sent to you. Please also keep in mind that communication via e-mail over the Internet is insecure because of
thirdparties' possibilities to access and manipulate e-mails. Any views expressed in this message are those of the
individualsender, except where the sender specifically states them to be the views of TeleTrader Software AG. 



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

Предыдущее
От: sreejith s
Дата:
Сообщение: Postgres Doubt
Следующее
От: Marcin Piotr Grondecki
Дата:
Сообщение: Re: SELECT with Function