pgsql/src/backend/utils/adt ruleutils.c

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/adt ruleutils.c
Date: 2001-11-26 21:15:14
Message-ID: 200111262115.fAQLFE630059@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 01/11/26 16:15:14

Modified files:
src/backend/utils/adt: ruleutils.c

Log message:
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.

Browse pgsql-committers by date

  From Date Subject
Next Message momjian 2001-11-26 21:42:24 pgsql/ oc/src/FAQ/FAQ_DEV.html rc/tools/find_b ...
Previous Message momjian 2001-11-26 21:07:44 pgsql/doc TODO