pgsql/src/backend/utils/adt ruleutils.c - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/src/backend/utils/adt ruleutils.c
Date
Msg-id 200111262115.fAQLFE630059@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.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.


pgsql-committers by date:

Previous
From: momjian@postgresql.org
Date:
Subject: pgsql/doc TODO
Next
From: momjian@postgresql.org
Date:
Subject: pgsql/doc/TODO.detail performance