- Mailing list pgsql-sql

From Bosko Vukov
Subject
Date
Msg-id 6A9EBF80F9BA874AB83B152B421DB2F3048207@dcttbgweb1.teletrader.local
Whole thread Raw
List 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 by date:

Previous
From: sreejith s
Date:
Subject: Postgres Doubt
Next
From: Marcin Piotr Grondecki
Date:
Subject: Re: SELECT with Function