Re: [HACKERS] modifying the table function

2007-04-21 Thread Islam Hegazy
Hegazy - Original Message - From: "Tom Lane" <[EMAIL PROTECTED]> To: "Islam Hegazy" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, April 18, 2007 6:38 PM Subject: Re: [HACKERS] modifying the table function "Islam Hegazy" <[EMAIL PROTECTED]> write

Re: [HACKERS] modifying the table function

2007-04-18 Thread Tom Lane
"Islam Hegazy" <[EMAIL PROTECTED]> writes: > I wonder if I am on the right track or not and how to know such kind of > message sent from the server? Seems like you're doing it the hard way. Wouldn't it be easier to fix the client to display data before it's received the whole query result?

Re: [HACKERS] modifying the table function

2007-04-18 Thread Islam Hegazy
ot and how to know such kind of message sent from the server? Regards Islam Hegazy - Original Message - From: "Tom Lane" <[EMAIL PROTECTED]> To: "Islam Hegazy" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, April 17, 2007 1:44 AM Subject: Re: [HACKERS] modifying

Re: [HACKERS] modifying the table function

2007-04-17 Thread Tom Lane
"Islam Hegazy" <[EMAIL PROTECTED]> writes: > My question is how to inform the client that there is a tuple to display = > and return back to the backend to continue the query execution? I'd suggest you start by reading http://developer.postgresql.org/pgdocs/postgres/protocol.html and then develop