<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Postgres_permissions</id>
	<title>Postgres permissions - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Postgres_permissions"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Postgres_permissions&amp;action=history"/>
	<updated>2026-04-24T01:06:10Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=Postgres_permissions&amp;diff=3782&amp;oldid=prev</id>
		<title>Busk: Created page with &quot;``` CREATE ROLE viewer; CREATE ROLE editor; CREATE ROLE admin; GRANT SELECT ON ALL TABLES IN SCHEMA public TO viewer; ALTER DEFAULT PRIVILEGES IN SCHEMA public GRANT SELECT ON...&quot;</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Postgres_permissions&amp;diff=3782&amp;oldid=prev"/>
		<updated>2023-02-13T01:08:41Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;``` CREATE ROLE viewer; CREATE ROLE editor; CREATE ROLE admin; GRANT SELECT ON ALL TABLES IN SCHEMA public TO viewer; ALTER DEFAULT PRIVILEGES IN SCHEMA public GRANT SELECT ON...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;```&lt;br /&gt;
CREATE ROLE viewer;&lt;br /&gt;
CREATE ROLE editor;&lt;br /&gt;
CREATE ROLE admin;&lt;br /&gt;
GRANT SELECT ON ALL TABLES IN SCHEMA public TO viewer;&lt;br /&gt;
ALTER DEFAULT PRIVILEGES IN SCHEMA public GRANT SELECT ON TABLES TO viewer;&lt;br /&gt;
ALTER DEFAULT PRIVILEGES IN SCHEMA public GRANT SELECT,INSERT,UPDATE ON TABLES TO editor;&lt;br /&gt;
GRANT some_other_privs_to_admin_group&lt;br /&gt;
```&lt;/div&gt;</summary>
		<author><name>Busk</name></author>
	</entry>
</feed>