pg_permission: Finally a simple overview

From: PostgreSQL - Hans-Jürgen Schönig <postgres(at)cybertec(dot)at>
To: PostgreSQL Announce <pgsql-announce(at)postgresql(dot)org>, Bettina Csmarich <bettina(dot)csmarich(at)cybertec(dot)at>
Subject: pg_permission: Finally a simple overview
Date: 2018-10-22 11:48:43
Message-ID: 7343F987-6CA9-40E9-809E-A37D61211012@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

pg_permission 1.0 released:
======================

We are proud to announce the availability of pg_permissions. It is a simple tool to gain an overview
of the permissions et on your system. It allows you to see everything in a simple view and allows you to
quickly gain an overview over your system.

In addition to that it allows to you compare the desired set of permissions in your database with reality.
For example: "Everybody should be able to read in schema X”. pg_permission will cross check your
declarative rules with what is really there and therefore helps to avoid security leaks.

pg_permission is Open Source and can be used free of charge.
The code can be found here: https://github.com/cybertec-postgresql/pg_permission <https://github.com/cybertec-postgresql/pg_permission>

Feedback is of course welcome.

many thanks and best regards,

hans-jürgen schönig

--
Cybertec Schönig & Schönig GmbH
Gröhrmühlgasse 26, A-2700 Wiener Neustadt
Web: https://www.cybertec-postgresql.com <https://www.cybertec-postgresql.com/>

Browse pgsql-announce by date

  From Date Subject
Next Message Benoît Carpentier 2018-10-22 16:00:32 Benetl, a free ETL tool for postgreSQL, out in version 4.9
Previous Message Bo Peng 2018-10-21 23:40:26 Pgpool-II 4.0.0 and pgpoolAdmin 4.0.0 are now relased.