Re: help me plz with 2 postgres users

Поиск
Список
Период
Сортировка
От Euler Taveira de Oliveira
Тема Re: help me plz with 2 postgres users
Дата
Msg-id 47C4422C.5010500@timbira.com
обсуждение исходный текст
Ответ на help me plz with 2 postgres users  ("spol@mail.ru" <spol@mail.ru>)
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: BUG #3968: ssh tunnel instructions could use improvement
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: BUG #3968: ssh tunnel instructions could use improvement