Re: pg_dump ERROR, usename "postgres" duplicated - Mailing list pgsql-general

From Tom Lane
Subject Re: pg_dump ERROR, usename "postgres" duplicated
Date
Msg-id 28728.1262035052@sss.pgh.pa.us
Whole thread Raw
In response to pg_dump ERROR, usename "postgres" duplicated  (Gastón Quiroga <gastonq@allytech.com>)
Responses Re: pg_dump ERROR, usename "postgres" duplicated  (Gastón <tango@allytech.com>)
List pgsql-general
=?ISO-8859-1?Q?Gast=F3n_Quiroga?= <gastonq@allytech.com> writes:
>     I checked the pg_user database and I found this:

> postgres=# select * from pg_user;
>     usename    | usesysid | usecreatedb | usesuper | usecatupd |
> passwd  | valuntil | useconfig
> ---------------+----------+-------------+----------+-----------+----------+----------+-----------
>  postgres      |        1 | t           | t        | t         |
> ******** |          |
>  postgres      |        1 | t           | t        | t         |
> ******** |          |
>  administrador |      100 | t           | t        | t         |
> ******** |          |

What PG version is that?  (Apparently pre-8.1, but what exactly?)

It would be useful to look at the underlying table:

    select ctid,xmin,xmax,* from pg_shadow;

            regards, tom lane

pgsql-general by date:

Previous
From: Gastón
Date:
Subject: pg_dump ERROR, usename "postgres" duplicated
Next
From: John R Pierce
Date:
Subject: Re: Java Postgres drivers.