PostgreSQL Maintenance Without Superuser

(boringsql.com)

80 points | by radimm 7 days ago ago

5 comments

  • thewisenerd 3 days ago ago

    sidenote: Azure's PostgreSQL doesn't provide you with superuser, and afaict, you cannot assign pg_read_all_data / pg_write_all_data without it.

  • paulryanrogers 4 days ago ago

    Nice. Funny how many ways there are to make Postgres sessions/connections effectively read only.