]> granicus.if.org Git - postgresql/commit
Fix grammar for IN/OUT/INOUT parameters. This commit doesn't actually
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 29 Mar 2005 17:58:51 +0000 (17:58 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 29 Mar 2005 17:58:51 +0000 (17:58 +0000)
commiteb47ee486538fb0ea81917b3e35d6cff9f7a0ec7
tree1d1b5d430cd47dc9fc05fdd914a15351728d4596
parent8c85a34a3b945059e1bc03e2f0988b8092a365fd
Fix grammar for IN/OUT/INOUT parameters.  This commit doesn't actually
implement any new feature, it just pushes the 'not implemented' error
message deeper into the backend.  I also tweaked the grammar to accept
Oracle-ish parameter syntax (parameter name first), as well as the
SQL99 standard syntax (parameter mode first), since it was easy and
people will doubtless try to use both anyway.
src/backend/commands/functioncmds.c
src/backend/nodes/copyfuncs.c
src/backend/nodes/equalfuncs.c
src/backend/parser/gram.y
src/include/nodes/parsenodes.h