diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-05-30 18:10:41 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-05-30 18:10:41 +0000 |
commit | b12b7a9038259967098159cf0ccce0e77327a4d1 (patch) | |
tree | e6ff349cfd79edf3d06a76fac70c247a56e997cb /src/backend/commands/functioncmds.c | |
parent | 2bde07c198a4995a4a756c58ee65d030a0e6ee02 (diff) |
Change the notation for calling functions with named parameters from
"val AS name" to "name := val", as per recent discussion.
This patch catches everything in the original named-parameters patch,
but I'm not certain that no other dependencies snuck in later (grepping
the source tree for all uses of AS soon proved unworkable).
In passing I note that we've dropped the ball at least once on keeping
ecpg's lexer (as opposed to parser) in sync with the backend. It would
be a good idea to go through all of pgc.l and see if it's in sync now.
I didn't attempt that at the moment.
Diffstat (limited to 'src/backend/commands/functioncmds.c')
0 files changed, 0 insertions, 0 deletions