Sometimes you may need to insert current date time in PostgreSQL. Here are the steps to do it.
PostgreSQL
How to Show Last Queries Executed in PostgreSQL
Sometimes you may need to list most recent queries run in PostgreSQL. Here is how to show last queries executed in PostgreSQL.
How to Fix PostgreSQL Error : Fatal: Role Does not Exist
How to Login to PostgreSQL Without Password
How to Store PostgreSQL Output to File
How to Select Every Nth Row in PostgreSQL
Sometimes you may need to select every nth row from a PostgreSQL table. Here are the steps to do it.
pgAdmin Connect Via SSH Tunnel
Sometimes you may need to connect to PostgreSQL database via SSH tunnel in pgAdmin. Here are the steps to connect via SSH tunnel in pgAdmin.
How to Disable Triggers in PostgreSQL
How to Manage PostgreSQL Views
How to Backup & Restore PostgreSQL Database
Database administrators need to backup & restore PostgreSQL databases. Here are the steps to backup & restore PostgreSQL database.