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

Started by Tom Laneabout 24 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl@postgresql.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.