Tweak new error messages to match the actual syntax of DECLARE CURSOR.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 25 Oct 2007 13:48:57 +0000 (13:48 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 25 Oct 2007 13:48:57 +0000 (13:48 +0000)
commit850abd66e8eab4391b65d8e1571414c16dc7d97d
tree525e718b3f53e47a538a09d299fc9eacb247af01
parent3b854a3a9f32da7ee9b7154614960ec6e7723d9f
Tweak new error messages to match the actual syntax of DECLARE CURSOR.
(Last night I copied-and-pasted from the WITH HOLD case, but that's
wrong because of the bizarrely irregular syntax specified by the standard.)
src/backend/executor/spi.c
src/backend/parser/analyze.c