| From: | Leif Jensen <leif(at)crysberg(dot)dk> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Recursive stored procedure in C. |
| Date: | 2005-07-14 14:19:22 |
| Message-ID: | Pine.LNX.4.58.0507141615450.13512@samba.crysberg.dk |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Hi again,
Thanks. No changes on this 7.x.x -> 8.x.x ?
.. and just to be sure: SPI_exec does the SPI_push/SPI_pop thing too ?
Leif
On Thu, 14 Jul 2005, Tom Lane wrote:
> Leif Jensen <leif(at)crysberg(dot)dk> writes:
> > Thank you for the suggestions. I didn't know anything about SPI_push and
> > SPI_pop and I will walk through my code and stuff them in. Am I looking at
> > some wrong documentation ? I never saw anything about those ?
>
> They weren't well documented in old releases, but see
> http://www.postgresql.org/docs/8.0/static/spi-spi-push.html
> http://www.postgresql.org/docs/8.0/static/spi-spi-pop.html
>
> regards, tom lane
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tony Caduto | 2005-07-14 14:50:54 | Re: Quotation marks in queries |
| Previous Message | Tom Lane | 2005-07-14 14:13:47 | Re: Recursive stored procedure in C. |