Dumping without Postgis functions

From: Tyler Durden <tylersticky(at)gmail(dot)com>
To: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Dumping without Postgis functions
Date: 2009-10-12 12:07:27
Message-ID: ab07320e0910120507q6d228a94ue5c9ac7bbf1b5a6e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
I'm trying to migrate a database from an old posgresql 8.1 server to a
new one 8.3. I have the Postgis installed on that old database, that
is not used.
When I try to restore the database, several errors happens because of
the various links to libs of Postgis on the disk .

How do I dump the database without Postgis stuff?

I'm using:
pg_dump -h localhost -U dbuser dbname | gzip > mydumpfile.sql

Thanks,
Tyler

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2009-10-12 12:44:03 Re: auth problem
Previous Message Vasiliy G Tolstov 2009-10-12 12:06:11 Re: auth problem