-
- Downloads
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.
Showing
- src/backend/commands/functioncmds.c 10 additions, 1 deletionsrc/backend/commands/functioncmds.c
- src/backend/nodes/copyfuncs.c 2 additions, 1 deletionsrc/backend/nodes/copyfuncs.c
- src/backend/nodes/equalfuncs.c 2 additions, 1 deletionsrc/backend/nodes/equalfuncs.c
- src/backend/parser/gram.y 52 additions, 27 deletionssrc/backend/parser/gram.y
- src/include/nodes/parsenodes.h 15 additions, 2 deletionssrc/include/nodes/parsenodes.h
Loading
Please register or sign in to comment