Postgres 18 November 2020 Reload Postgres' pg_hba Changes Without Restart Ever make changes to pg_hba.conf and wish to apply your changes without restarting the Postgres server (impacting users)? Easy! Open a PSQL shell and execute the following query:
Featured Postgres 10 February 2019 Create a Robust API (from the ground up) in Five Minutes with Node-RED Using Node-RED and a Postgres database, we can create an API from the ground up in five minutes! Quick, simple, and easy!