eksport import postgres command line

https://www.a2hosting.com/kb/developer-corner/postgresql/import-and-export-a-postgresql-database

eksport

C:\Program Files\PostgreSQL\9.4\bin>pg_dump -U postgres set > d:\tpostgres.pgsql

import

C:\Program Files\PostgreSQL\9.4\bin>psql -U postgres tes1 < d:\tpostgres.pgsql


0 Response to "eksport import postgres command line"

Posting Komentar