Re: pg_dumpall and owner of the extension

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



kaido vaikla <kaido.vaikla@xxxxxxxxx> writes:
> So pg_dumpall is not aware  who ran "CREATE EXTENSION"?

Yeah, pg_dump makes no effort to restore extensions with the same
owner.  This didn't matter back when the feature was designed,
because you had to be superuser to install most interesting
extensions.  I suppose we should revisit the choice sometime.
There's no ALTER EXTENSION OWNER command, though, so it would
need to be done in a different way from other object types.
Not sure offhand what the downsides of that would be.

			regards, tom lane





[Index of Archives]     [Postgresql Home]     [Postgresql General]     [Postgresql Performance]     [Postgresql PHP]     [Postgresql Jobs]     [PHP Users]     [PHP Databases]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Yosemite Forum]

  Powered by Linux