configuration

created onJanuary 11, 2022
some recommended basic configuration after the installation of PostgreSQL...

database

created onJanuary 8, 2022
creating databases and setting permissions on databases and database objects...

psql

created onJanuary 8, 2022
configuration of psql with enhancements for a more comfortable working...

schemas

created onJanuary 8, 2022
making databases more manageable and more comprehensible with schemas...

script files

created onJanuary 8, 2022
using script files for automatic creation and preseeding of databases...

users and roles

created onApril 24, 2017
last modified onJune 24, 2022
creation and maintenance of users and roles, setting permissions for users and roles...

views

created onApril 24, 2017
just a quick example of how to generate a view from three tables...