pgsql/src/backend parser/parse_func.c utils/ad ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend parser/parse_func.c utils/ad ...
Date: 2002-05-03 20:15:02
Message-ID: 20020503201502.8BE1E475CAB@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 02/05/03 16:15:02

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

Log message:
Make ruleutils.c schema-aware. Displayed names are schema-qualified
only if they would not be found without qualification given the current
search path, as per idea from Peter Eisentraut.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-05-03 20:43:30 pgsql/src/backend/utils/init miscinit.c
Previous Message Tom Lane 2002-05-03 17:42:11 pgsql/src/backend/storage/buffer localbuf.c