From: Massimo Dal Zotto <dz@cs.unitn.it>
Marc G. Fournier <scrappy@hub.org>
From: Massimo Dal Zotto <dz@cs.unitn.it> > these patches define the UNLISTEN sql command. The code already > existed but it was unknown to the parser. Now it can be used > like the listen command. > You must make clean and delete gram.c and parser.h before make.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/gram.y | modified | +11 −2 |
| src/backend/parser/keywords.c | modified | +2 −1 |
| src/backend/tcop/utility.c | modified | +12 −1 |
| src/bin/psql/psqlHelp.h | modified | +8 −4 |
| src/include/commands/async.h | modified | +2 −1 |
| src/include/nodes/nodes.h | modified | +2 −1 |
| src/include/nodes/parsenodes.h | modified | +11 −1 |
| src/interfaces/ecpg/preproc/keywords.c | modified | +2 −1 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +8 −1 |