PostgreSQL: Add columns to a query table with variables
Posted 3rd July 2020
No comments
Generate a new column in your PostgreSQL database query from data in other columns or other tables.
Create a non-superuser role in PostgreSQL
Posted 18th April 2018
No comments
Use this easy procedure to establish a non-superuser role in PostgreSQL.