OSDN Git Service

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)
commit2337780e0e17a9d7e7caf72a69440e1e6c7abe4b
treefed02647ca43917b01624dd10c89126ed5760589
parent2631b7909877a3cdcdfcc6cedb57635ecf27d35e
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