pgsql/src backend/catalog/namespace.c backend/ ... - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql/src backend/catalog/namespace.c backend/ ...
Date
Msg-id 20020501230641.A6338475DDE@postgresql.org
Whole thread Raw
List pgsql-committers
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.


pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql/src backend/parser/parse_node.c backend/ ...
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql/src backend/parser/gram.y backend/parser ...