From: "Bosko Vukov" <vukov(at)teletrader(dot)com>
To: <pgsql-sql(at)postgresql(dot)org>
Subject:
Date: 2004-10-03 07:36:09
Message-ID: 6A9EBF80F9BA874AB83B152B421DB2F3048207@dcttbgweb1.teletrader.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 offices of TeleTrader Software AG, which may be confidential. This e-mail message is intended only for the addressee(s). If you are not the intended recipient, be aware that any disclosure, copying, distribution or use of the contents of this e-mail is prohibited. If this e-mail has been sent to you in error, please delete this e-mail and any copies or links to this e-mail completely from your system and notify us immediately so that we can ensure that no further such e-mails are sent to you. Please also keep in mind that communication via e-mail over the Internet is insecure because of third parties' possibilities to access and manipulate e-mails. Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the views of TeleTrader Software AG.

Browse pgsql-sql by date

  From Date Subject
Next Message Dag Gullberg 2004-10-03 10:58:52 Concurrency problem
Previous Message Bruno Wolff III 2004-10-03 01:16:41 Re: Mislabeled timestamp functions (was Re: [SQL] [NOVICE] date_trunc'd