]> granicus.if.org Git - postgresql/commit
Centralize code for interpreting schema references, which had gotten
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 29 Jul 2002 23:46:35 +0000 (23:46 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 29 Jul 2002 23:46:35 +0000 (23:46 +0000)
commitb5eebc1fd4ebfe91f9a014af7c7ec739336ca02d
tree579173e7497422f3cd6d9eaec94d22dc6d53d7a4
parent7b970bc1bcd63b840a307ae96318b9472d730b52
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.
src/backend/catalog/namespace.c
src/backend/commands/comment.c
src/backend/commands/indexcmds.c
src/backend/commands/opclasscmds.c
src/backend/parser/parse_type.c
src/include/catalog/namespace.h