Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

PostgreSQL Dumpfiles

Here i mentioned some sample postgreSQL dump files for testing purposes you can download and test it on PostgreSQL server

1.Format postgreSQL dumpfile:
sportdb.sql
Note:use "psql" to restore above sample dump 
./psql -d dbname -f sportdb.sql

Comments

Popular posts from this blog

How to find the server is whether standby (slave) or primary(master) in Postgresql replication ?

7 Steps to configure BDR replication in postgresql

Ora2PG - Oracle/MySQL to Postgres DB migration Version 20.0

How to Get Table Size, Database Size, Indexes Size, schema Size, Tablespace Size, column Size in PostgreSQL Database

PostgreSQL Introduction