[EMAIL PROTECTED] wrote:
>
> I noticed that pltcl didn't have any way to get to SPI_lastoid like plpgsql does.. I
>started using pltcl a lot because I like to decide when and how my queries get
>planned.. so I put one together really quick
>
Please note that OIDs may be optional in 7.2 though
> Kindly format OIDs with %u not %d ... otherwise it looks reasonable...
Change made.
--
Bruce Momjian| http://candle.pha.pa.us
[EMAIL PROTECTED] | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your back
Kindly format OIDs with %u not %d ... otherwise it looks reasonable...
regards, tom lane
---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTEC
Attached is the patch you suggested, with a documentation addition. Is
this correct?
> I noticed that pltcl didn't have any way to get to SPI_lastoid like plpgsql does.. I
>started using pltcl a lot because I like to decide when and how my queries get
>planned.. so I put one together really q
I noticed that pltcl didn't have any way to get to SPI_lastoid like plpgsql does.. I
started using pltcl a lot because I like to decide when and how my queries get
planned.. so I put one together really quick
Sorry I don't have the original around to make a quick diff, but its a very small
cha