Re: [HACKERS] pltcl - lastoid

2001-08-01 Thread Hiroshi Inoue
[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

Re: [HACKERS] pltcl - lastoid

2001-08-01 Thread Bruce Momjian
> 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

Re: [HACKERS] pltcl - lastoid

2001-08-01 Thread Tom Lane
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

Re: [HACKERS] pltcl - lastoid

2001-08-01 Thread Bruce Momjian
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

[HACKERS] pltcl - lastoid

2001-07-26 Thread bob
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