Re: [HACKERS] Patch: clean up addRangeTableEntryForFunction

2013-07-03 Thread Etsuro Fujita
Robert Haas wrote: > On Tue, Jan 22, 2013 at 11:45 AM, David Fetter wrote: > > I've been working with Andrew Gierth (well, mostly he's been doing the > > work, as usual) to add WITH ORDINALITY as an option for set-returning > > functions. In the process, he found a minor opportunity to clean up >

Re: [HACKERS] Patch: clean up addRangeTableEntryForFunction

2013-07-02 Thread Robert Haas
On Tue, Jan 22, 2013 at 11:45 AM, David Fetter wrote: > I've been working with Andrew Gierth (well, mostly he's been doing the > work, as usual) to add WITH ORDINALITY as an option for set-returning > functions. In the process, he found a minor opportunity to clean up > the interface for $SUBJECT

Re: [HACKERS] Patch: clean up addRangeTableEntryForFunction

2013-01-23 Thread David Fetter
On Tue, Jan 22, 2013 at 11:02:18PM -0500, Tom Lane wrote: > David Fetter writes: > > I've been working with Andrew Gierth (well, mostly he's been doing > > the work, as usual) to add WITH ORDINALITY as an option for > > set-returning functions. In the process, he found a minor > > opportunity to

Re: [HACKERS] Patch: clean up addRangeTableEntryForFunction

2013-01-22 Thread Tom Lane
David Fetter writes: > I've been working with Andrew Gierth (well, mostly he's been doing the > work, as usual) to add WITH ORDINALITY as an option for set-returning > functions. In the process, he found a minor opportunity to clean up > the interface for $SUBJECT, reducing the call to a Single P

Re: [HACKERS] Patch: clean up addRangeTableEntryForFunction

2013-01-22 Thread Craig Ringer
On 01/23/2013 12:45 AM, David Fetter wrote: > Folks, > > I've been working with Andrew Gierth (well, mostly he's been doing the > work, as usual) to add WITH ORDINALITY as an option for set-returning > functions. In the process, he found a minor opportunity to clean up > the interface for $SUBJECT

[HACKERS] Patch: clean up addRangeTableEntryForFunction

2013-01-22 Thread David Fetter
Folks, I've been working with Andrew Gierth (well, mostly he's been doing the work, as usual) to add WITH ORDINALITY as an option for set-returning functions. In the process, he found a minor opportunity to clean up the interface for $SUBJECT, reducing the call to a Single Point of Truth for late