Re: Restore from pg_dumpall - Mailing list pgsql-admin

From Alvaro Herrera
Subject Re: Restore from pg_dumpall
Date
Msg-id 20050816162924.GD32695@alvh.no-ip.org
Whole thread Raw
In response to Re: Restore from pg_dumpall  ("Buorn, Yoway" <Yoway.Buorn@gd-ais.com>)
List pgsql-admin
On Tue, Aug 16, 2005 at 08:55:30AM -0700, Buorn, Yoway wrote:
> No, I'm not trying to back-port a dump.  I simply followed the
> instructions in the section 2.3.4 of the gforge manual which tells me to
> go into the db/ folder and apply the schema changes in order for all sql
> files dated after the existing installation.  So I started with
> 20050312.sql and it gave me this parse error near "CASCADE".
>
> You mention there's nothing wrong with this.  Does this mean the message
> is not really an error and I can safely ignore it?

Not at all.  What server version are you using?  You can find out by
issuing

SELECT version();

--
Alvaro Herrera (<alvherre[a]alvh.no-ip.org>)
One man's impedance mismatch is another man's layer of abstraction.
(Lincoln Yeoh)

pgsql-admin by date:

Previous
From: "Amrit Angsusingh"
Date:
Subject: DBmirror from 64 bit to 32 bit
Next
From: Chris Hoover
Date:
Subject: Re: Any way to see what queries are currently running?