| From: | Jan Wieck <janwieck(at)Yahoo(dot)com> |
|---|---|
| To: | Najm Hashmi <najm(at)mondo-live(dot)com> |
| Cc: | "pgsql-sql(at)postgresql(dot)org" <pgsql-sql(at)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Subject: | Re: pl/pgsql Limits |
| Date: | 2001-01-13 14:04:59 |
| Message-ID: | 200101131404.JAA01424@jupiter.jw.home |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
Najm Hashmi wrote:
> Hi All,
> As it is known that any funtion, written in pl/pgsql, can only
> retrun one tuple. I am just wondering it were true as well for function
> written in C language. I need to write few function that will retrun
> mulitiple rows satsifying a certain set of conditions. Where I can get
> some examples.
> Tahnks in advance.
> Najm
Since the language handler is written in C, if it would've
been possible (or make sense WRT the capabilities of the
parser/planner/executor) I had done it for PL/pgSQL during
initial creation of the language.
We plan to tackle the problem for v7.2.
Jan
--
#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#================================================== JanWieck(at)Yahoo(dot)com #
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Najm Hashmi | 2001-01-13 16:04:17 | PostGreSql7.1 beta version |
| Previous Message | Kaare Rasmussen | 2001-01-13 11:37:34 | Re: new serial type |