Re: help me plz with 2 postgres users - Mailing list pgsql-bugs

From Euler Taveira de Oliveira
Subject Re: help me plz with 2 postgres users
Date
Msg-id 47C4422C.5010500@timbira.com
Whole thread Raw
In response to help me plz with 2 postgres users  ("spol@mail.ru" <spol@mail.ru>)
List pgsql-bugs
spol@mail.ru wrote:

> How can I delete first postgres user.
>
Ugh. How did you duplicate if there is an unique index in rolname ?
pg_shadow is a view; you want to take a look  at the real relation
pg_authid.

delete from pg_authid where ctid = '(0,1)'


--
   Euler Taveira de Oliveira
   http://www.timbira.com/

pgsql-bugs by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: BUG #3968: ssh tunnel instructions could use improvement
Next
From: Peter Eisentraut
Date:
Subject: Re: BUG #3968: ssh tunnel instructions could use improvement