Re: postgres - Mailing list pgsql-ports

From Thomas Lockhart
Subject Re: postgres
Date
Msg-id 3A3644A9.18CDCEBE@alumni.caltech.edu
Whole thread Raw
In response to postgres  ("mallice" <mallice@caramail.com>)
List pgsql-ports
> do someone know how to copy a db fro one comp to another ?

Yes. You need to use pg_dump or pg_dumpall to extract the data, and then
use psql to restore it. This is a RTFM; check the admin docs and the
reference pages for details.

Good luck.

                   - Thomas

pgsql-ports by date:

Previous
From: Raju Mathur
Date:
Subject: Re: [ADMIN] 1)Can't compile with ODBC support. 2)FATAL 1: AllocSetAlloc() on Pentium computer.
Next
From: Peter Eisentraut
Date:
Subject: Re: postgres