Treat procedural languages as owned by the bootstrap superuser, rather

Tom Lane <tgl@sss.pgh.pa.us>

Commit: e4a9229d5512852c7cb73988644ae39894e8ff1d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-12-03T21:06:18Z
Releases: 8.2.0
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.

Files

PathChange+/−
src/bin/pg_dump/dumputils.c modified +7 −2
src/bin/pg_dump/pg_dump.c modified +45 −20
src/bin/pg_dump/pg_dump.h modified +2 −1