Re: [HACKERS] Some items for the TODO list - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject Re: [HACKERS] Some items for the TODO list
Date
Msg-id 35A449F1.DEB90E93@alumni.caltech.edu
Whole thread Raw
In response to Some items for the TODO list  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [HACKERS] Some items for the TODO list  (Tom Lane <tgl@sss.pgh.pa.us>)
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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] PostgreSQL Backend as SW Gateway to Oracle
Next
From: "Thomas G. Lockhart"
Date:
Subject: Re: [INTERFACES] Re: [HACKERS] Access & Postgres