Author: techfox9

Postgresql (Postgres) Quick Notes 2..

Friday, September 30th, 2011 @ 2:17 pm

— Set superuser :


ALTER ROLE username WITH SUPERUSER;

— Export / extract / dump database :


pg_dump --username=pgadmin --format=p mydb > mydb_pg_dump.sql

Database, PostgreSQL


 


Comments are closed.