pgsql/src backend/catalog/namespace.c backend/ ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/catalog/namespace.c backend/ ...
Date: 2002-05-01 23:06:41
Message-ID: 20020501230641.A6338475DDE@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/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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-05-02 18:44:11 pgsql/src backend/parser/gram.y backend/parser ...
Previous Message Tom Lane 2002-05-01 19:26:09 pgsql/src backend/parser/parse_node.c backend/ ...