Re: Frustrating - Mailing list pgsql-novice

From John Taylor
Subject Re: Frustrating
Date
Msg-id 02080618353206.01531@splash.hq.jtresponse.co.uk
Whole thread Raw
In response to Frustrating  ("James Kelty" <jamesk@ashlandagency.com>)
Responses Re: Frustrating  ("James Kelty" <jamesk@ashlandagency.com>)
List pgsql-novice
On Tuesday 06 August 2002 17:52, James Kelty wrote:
> Ok, this is really annoying.
>
> I am trying to set up dbmirror from the latest CVS source. I go through the
> motions of setting up MirrorSetup.sql, and see the tables, and the sequence
> in the db with a \d. When I try to run the \d MirrorHost, I get this error:
>
> Did not find any relation named "mirrorhost".
>
>

I don't know anything about dbmirror, but it looks like you are running into
a case problem. try putting quotes around your table name:

\d "MirrorHost"

JohnT

pgsql-novice by date:

Previous
From: "James Kelty"
Date:
Subject: Frustrating
Next
From: "James Kelty"
Date:
Subject: Re: Frustrating