Re: Frustrating

From: John Taylor <postgres(at)jtresponse(dot)co(dot)uk>
To: "James Kelty" <jamesk(at)ashlandagency(dot)com>, <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Frustrating
Date: 2002-08-06 17:35:32
Message-ID: 02080618353206.01531@splash.hq.jtresponse.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message James Kelty 2002-08-06 17:53:54 Re: Frustrating
Previous Message James Kelty 2002-08-06 16:52:15 Frustrating