From: | Gastón <tango(at)allytech(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: pg_dump ERROR, usename "postgres" duplicated |
Date: | 2009-12-28 21:36:42 |
Message-ID: | 4B3924EA.1060507@allytech.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Thanks for your reply Tom, and sorry for the duplicated e-mails.
It's Postgres version 8.0.8
Thank you
Gastón Quiroga
Allytech S.A.
Tom Lane wrote:
> =?ISO-8859-1?Q?Gast=F3n_Quiroga?= <gastonq(at)allytech(dot)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
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2009-12-28 21:54:11 | Re: pg_dump ERROR, usename "postgres" duplicated |
Previous Message | matt | 2009-12-28 21:32:07 | parse tree in XML format |