Re: [HACKERS] Some items for the TODO list

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] Some items for the TODO list
Дата
Msg-id 35A449F1.DEB90E93@alumni.caltech.edu
обсуждение исходный текст
Ответ на Some items for the TODO list  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [HACKERS] Some items for the TODO list
Список pgsql-hackers
> Is there a reason that there is not an UNLISTEN
> command?  (Like maybe it's not in ANSI SQL?)
> If no one else feels like working on these, maybe I will.  I could use
> some pointers for #2 though ... what needs to be done to add a new SQL
> statement?

I'll add the new statement if you can get the backend to do something
with it. Usually, there is a parse tree structure corresponding to the
command, with any parameters included in it. In this case, the
"unlisten" block should probably look like the "listen" block, since
both probably have similar arguments.

Let me know if you have time to work on it...

                       - Tom

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] PostgreSQL Backend as SW Gateway to Oracle
Следующее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [INTERFACES] Re: [HACKERS] Access & Postgres