]> granicus.if.org Git - postgresql/commit
Treat procedural languages as owned by the bootstrap superuser, rather
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 3 Dec 2005 21:06:18 +0000 (21:06 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 3 Dec 2005 21:06:18 +0000 (21:06 +0000)
commite4a9229d5512852c7cb73988644ae39894e8ff1d
tree1fea57e7e4a2b0ab1e64c3b53dc5b842a8dd66d6
parent6d4bcda38cf590767768e7f455bd49e8cdd2b27a
Treat procedural languages as owned by the bootstrap superuser, rather
than owned by nobody.  This results in cleaner display of language ACLs,
since the backend's aclchk.c uses the same convention.  AFAICS there is
no practical difference but it's nice to avoid emitting SET SESSION
AUTHORIZATION; also this will make it easier to transition pg_dump to
some future version in which we may include an explicit ownership column
in pg_language.  Per gripe from David Begley.
src/bin/pg_dump/dumputils.c
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dump.h