Re: modifying the table function - Mailing list pgsql-hackers

From Tom Lane
Subject Re: modifying the table function
Date
Msg-id 17709.1176795896@sss.pgh.pa.us
Whole thread Raw
In response to modifying the table function  ("Islam Hegazy" <islheg@gmail.com>)
List pgsql-hackers
"Islam Hegazy" <islheg@gmail.com> 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 a clear specification at that level of what you
think should happen.  Perhaps after that exercise it will be clearer
how to change the code.  "Think first, program later."
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Islam Hegazy"
Date:
Subject: modifying the table function
Next
From: Heikki Linnakangas
Date:
Subject: Re: Hacking on PostgreSQL via GIT