Re: modifying the table function

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: modifying the table function
Дата
Msg-id 17709.1176795896@sss.pgh.pa.us
обсуждение исходный текст
Ответ на modifying the table function  ("Islam Hegazy" <islheg@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "Islam Hegazy"
Дата:
Сообщение: modifying the table function
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Hacking on PostgreSQL via GIT