Compare perms in PostgreSQL
Compare permissions between two roles in PostgreSQLyea.
Compare permissions between two roles in PostgreSQLyea.
The following query lists open PostgreSQL transactions
The following script displays PostgreSQL locks The following lists blocking activity
The following script is for backing up a postgres database Backup Via .env file The following script uses a .env instead of a .pgpass file
The following scripts backup your PostgreSQL databases via Python using pg_dump. The scripts will then compress the backup via zip. These backup scripts are linux specific. You’ll have to manage…
The following python script gets all databases from a PostgreSQL server.
A list of tasks for Database administrator, regardless of platform.
Create a new user in PostgreSQL
The following scripts create some tables that store PostgreSQL permissions. The permissions come from the system tables pg_roles, pg_auth_members, and others. The scripts assume there is a database named DBA,…
Read and Display Postgres configuration information The following script reads the Postgresql configuration file and displays key settings. Results are sent to the console and an outfile. You can also…