Restore database from zipped textfile (.sql) created by pg_dumpall - Mailing list pgsql-jdbc

From Håkan Jacobsson
Subject Restore database from zipped textfile (.sql) created by pg_dumpall
Date
Msg-id 46B9DD1A.2050705@relevanttraffic.com
Whole thread Raw
Responses Re: Restore database from zipped textfile (.sql) created by pg_dumpall  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
Hi,

The table indexes aren't restored when I run this command:

gunzip -c /filename/.gz | psql dbname

/
Should I use another cmd?


/regards, Håkan Jacobsson
/



pgsql-jdbc by date:

Previous
From: "L. Rahyen"
Date:
Subject: Re: Strange crashes in JDBC code in multithreaded application.
Next
From: Emi Lu
Date:
Subject: Dump all objects under a specific schema