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