Luckily the recent update to pg_dumpall works (without any extra effort) to dump Globals off the recently launched Google Cloud PostgreSQL service well.
This is because this Postgres service seems to be using the same limitation (as AWS RDS Postgres does) in that none of the user accounts are SuperUser in the Postgres sense. Therefore, this platform too disallows accessing pg_authid.
The fallback here too, is to use pg_roles to read (as much as is possible) to dump Role related Globals. Read here for more info on the recent changes to pg_dumpall that makes this work.
Subscribe to:
Post Comments (Atom)
Find Database DNS / Endpoint via SQL
How to get Database identifier using SQL Often there is a need for client programs to find "where am I logged into?". This blog po...
-
My patch (allowing a non-super-user to dump Globals) just got committed to Postgres 10.0. Besides the use mentioned above, this patch al...
-
(Please scroll down to the read the entire-post to know more) Documents required for Christian Marriage Registration (a.k.a. Documents...
-
Recently got an additional monitor for my workstation@home and found that the following wires were indispensable: USB Mouse Monitor VGA ...
2 comments:
I am grateful to this blog site providing special as well as useful understanding concerning this subject. NEC Brisbane
Post a Comment