CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl@postgresql.org 02/05/01 19:06:41
Modified files:
src/backend/catalog: namespace.c
src/backend/utils/adt: format_type.c regproc.c
src/include/catalog: namespace.h
Log message:
Add routines in namespace.c to determine whether objects are visible
in the search path. (We might want to make these available as SQL
functions too, but I haven't done that yet.) Fix format_type to be
schema-aware.