Sometimes you may need to select nth row in database table. Here are the steps to do it.
PostgreSQL
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 Connect to PostgreSQL Server via SSH Tunnel
Sometimes you may need to connect to PostgreSQL server via SSH tunneling. Here are the steps to do it using port forwarding.
How to Disable Triggers in PostgreSQL
How to Manage PostgreSQL Views
PostgreSQL Python Transaction
Sometimes you may need to perform transaction in PostgreSQL database using Python. Here is how to do PostgreSQL Python transaction.
How to Backup & Restore PostgreSQL Database
Database administrators need to backup & restore PostgreSQL databases. Here are the steps to backup & restore PostgreSQL database.
How to List Active Connections in PostgreSQL
Sometimes you may need to get open connections or check active connections in PostgreSQL. Here is how to list active connections in PostgreSQL.
How to Make Cross Database Queries in PostgreSQL
How to Copy/Transfer Data from One Database to Another in PostgreSQL
Sometimes you may need to copy/transfer data from one database to another in PostgreSQL. Here are the steps to do so.