Re: [GENERAL] more information for SRF function

2005-01-29 Thread David Fetter
On Wed, Jan 26, 2005 at 10:42:07PM +0100, Pavel Stehule wrote: > Hello, > > this is questions for hackers. Is possible put SRF functions more > informations about context of calling SRF function? Not now. I > know, but in future. For example: I have heavy SRF function which > returns more thau

[GENERAL] more information for SRF function

2005-01-26 Thread Pavel Stehule
Hello, this is questions for hackers. Is possible put SRF functions more informations about context of calling SRF function? Not now. I know, but in future. For example: I have heavy SRF function which returns more thausand records, but returned set is filtered WHERE and limit clause. If I hav