Re: [SQL] Auto-Vacuum?

From: "Bryan White" <bryan(at)arcamax(dot)com>
To: <tim(at)dmcity(dot)net>, "Brian" <signal(at)shreve(dot)net>, <pgsql-sql(at)hub(dot)org>
Subject: Re: [SQL] Auto-Vacuum?
Date: 1999-01-28 21:48:20
Message-ID: 000f01be4b07$ee6b0d40$a3f0f6ce@bryan.arcamax.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-sql by date

  From Date Subject
Next Message D'Arcy J.M. Cain 1999-01-28 22:23:58 Re: [SQL] Auto-Vacuum?
Previous Message Douglas Nichols 1999-01-28 20:56:21 Character type name?? How to lower case it?