]> granicus.if.org Git - postgresql/commit
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)
commitfcc20bd4ba98b82d30968f960ad65ea5b837cf3a
treef1c8bf2585b1ae4b341d42272ef454ea3d0e356f
parent0e3ddc8dd58be5e455d633fea752fd2ed2477aab
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