Re: Frustrating

From: "James Kelty" <jamesk(at)ashlandagency(dot)com>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Frustrating
Date: 2002-08-06 17:53:54
Message-ID: LIEBJHJEFMPDEOMFHCAOKEMECIAA.jamesk@ashlandagency.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Damn. Now I feel like a total heel.

Thanks!

-James

-----Original Message-----
From: John Taylor [mailto:postgres(at)jtresponse(dot)co(dot)uk]
Sent: Tuesday, August 06, 2002 10:36 AM
To: James Kelty; pgsql-novice(at)postgresql(dot)org
Subject: Re: [NOVICE] Frustrating

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

Browse pgsql-novice by date

  From Date Subject
Next Message Sugrue, Sean 2002-08-06 18:12:52
Previous Message John Taylor 2002-08-06 17:35:32 Re: Frustrating