Re: pg_dump problem with PostgreSQL v7.1.2

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Dominick <haystack(at)email(dot)rentzone(dot)org>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: pg_dump problem with PostgreSQL v7.1.2
Date: 2001-07-15 21:45:00
Message-ID: Pine.LNX.4.30.0107152344200.677-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dominick writes:

> Can I create or generate this "TABLE" somehow???
>
> Since it doesn't APPEAR to be on the system, how is preventing the pg_dump from working properly?

It most certainly is there. Try SELECT * FROM pg_shadow; and look at the
usesysid column.

>
>
> Peter Eisentraut wrote:
> >
> > Dominick writes:
> >
> > > I can't find a pg_shadow file anywhere on my system with the 7.1.2 version, but my other box running 6.5.3 has it in the ../pgsql directory.
> > >
> > > Can I create or generate this file somehow?
> >
> > It's not a file, it's a table.
> >
> > >
> > >
> > > Peter Eisentraut wrote:
> > > >
> > > > You have more than one user in pg_shadow with the same id. Assign a
> > > > different id to one of them.
> > > >
> > > > --
> > > > Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter
> > >
> > >
> >
> > --
> > Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>
>

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Beckstette 2001-07-15 22:09:34 how to obtain informations about current connections
Previous Message Dominick 2001-07-15 21:18:16 Re: pg_dump problem with PostgreSQL v7.1.2