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 20020729234635.58B7A475F0A@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/07/29 19:46:35

Modified files:
    src/backend/catalog: namespace.c
    src/backend/commands: comment.c indexcmds.c opclasscmds.c
    src/backend/parser: parse_type.c
    src/include/catalog: namespace.h

Log message:
    Centralize code for interpreting schema references, which had gotten
    copied more places than I first thought it would.  This fixes a bug:
    a couple of these places were neglecting to enforce USAGE access on
    explicitly-referenced schemas.


pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql/src/backend/commands functioncmds.c
Next
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql/doc FAQ src/FAQ/FAQ.html