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.