Re: [SQL] Auto-Vacuum? - Mailing list pgsql-sql

From Bryan White
Subject Re: [SQL] Auto-Vacuum?
Date
Msg-id 000f01be4b07$ee6b0d40$a3f0f6ce@bryan.arcamax.com
Whole thread Raw
List pgsql-sql
>What does the "dump" do? I have been just tarring the
>/usr/local/pgsql/data/base/ directory and burning that onto a CD...


pg_dump writes to stdout the sql code needed to recreate the database.  As I
remember there are a couple of catches (it does not recreate views?...).

To restore the database, start with a blank database and do:
psql dbname < mydatabase.db



pgsql-sql by date:

Previous
From: Douglas Nichols
Date:
Subject: Character type name?? How to lower case it?
Next
From: "D'Arcy" "J.M." Cain
Date:
Subject: Re: [SQL] Auto-Vacuum?