Change display of FieldSelect nodes from arg.field to field(arg),
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 26 Nov 2001 21:15:14 +0000 (21:15 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 26 Nov 2001 21:15:14 +0000 (21:15 +0000)
commitd8246471bc3551734389c7dd842d9677846be3c1
treef7418394c21e4fc9fc63264a4d4b362b4a5c9008
parent257cd07f74a4719738cee171a79eea7c81c5d03e
Change display of FieldSelect nodes from arg.field to field(arg),
per bug report from Stefan Hadjistoytchev.  There are some cases
where the dot notation works, but there are more where it doesn't.
Eventually ought to consider fixing the parser to allow cases like
func().field, but for now this is the simplest patch.
src/backend/utils/adt/ruleutils.c