Search Postgresql Archives

Re: pg_dump ERROR, usename "postgres" duplicated

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



=?ISO-8859-1?Q?Gast=F3n_Quiroga?= <gastonq@xxxxxxxxxxxx> 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

-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux