Re: [PATCHES] Some new SPI functions

2004-03-04 Thread Bruce Momjian
Patch applied. Thanks. --- Thomas Hallgren wrote: > > Who did you think would do it? > > > > regards, tom lane > > > you :-) > > Seriously, I didn't give it much though. This is undoubtedly the best way > although some pr

Re: [PATCHES] Some new SPI functions

2004-02-15 Thread Thomas Hallgren
> Who did you think would do it? > > regards, tom lane > you :-) Seriously, I didn't give it much though. This is undoubtedly the best way although some projects handle it differently. A tech-writer perhaps, with better writing skills then programmers in general. But people like that are probabal

Re: [PATCHES] Some new SPI functions

2004-02-14 Thread Tom Lane
"Thomas Hallgren" <[EMAIL PROTECTED]> writes: > Sure, I'll provide some docs. Just wasn't aware that "patchers" did that. Who did you think would do it? regards, tom lane ---(end of broadcast)--- TIP 3: if posting/reading th

Re: [PATCHES] Some new SPI functions

2004-02-14 Thread Christopher Kings-Lynne
Thomas Hallgren wrote: Sure, I'll provide some docs. Just wasn't aware that "patchers" did that. - thomas Yeah, in PostgreSQL, whoever writes the patch also must submit docs. It's the best way of keeping docs up to date :) Chris ---(end of broadcast)--

Re: [PATCHES] Some new SPI functions

2004-02-14 Thread Thomas Hallgren
Sure, I'll provide some docs. Just wasn't aware that "patchers" did that. - thomas - Original Message - From: "Bruce Momjian" <[EMAIL PROTECTED]> To: "Thomas Hallgren" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, F

Re: [PATCHES] Some new SPI functions

2004-02-12 Thread Bruce Momjian
Thomas, if this is ready for application, would you make some SGML changes to match, or give me text to add for them. Thanks. --- Thomas Hallgren wrote: > I need three new functions in the Server Programming Interface (SPI)

Re: [PATCHES] Some new SPI functions

2004-02-12 Thread Bruce Momjian
Tom Lane wrote: > "Thomas Hallgren" <[EMAIL PROTECTED]> writes: > > I need three new functions in the Server Programming Interface (SPI) when > > mapping an ExecutionPlan to a Java prepared statement (Pl/Java project). > > These functions look reasonable, but where is the documentation patch? I a

Re: [PATCHES] Some new SPI functions

2004-02-12 Thread Tom Lane
"Thomas Hallgren" <[EMAIL PROTECTED]> writes: > I need three new functions in the Server Programming Interface (SPI) when > mapping an ExecutionPlan to a Java prepared statement (Pl/Java project). These functions look reasonable, but where is the documentation patch? regar

[PATCHES] Some new SPI functions

2004-02-12 Thread Thomas Hallgren
I need three new functions in the Server Programming Interface (SPI) when mapping an ExecutionPlan to a Java prepared statement (Pl/Java project). The execute method of the prepared statement needs to know if the result is a ResultSet (SPI_cursor_open) or just a number indicated how many rows tha