Re: no verification of client certificate?

Поиск
Список
Период
Сортировка
От Daniel Ricardo Medina
Тема Re: no verification of client certificate?
Дата
Msg-id 873F3E256E0BF14EA84EAC54C2886B5D0B982E@computecnew.redcorp.computec.com
обсуждение исходный текст
Ответ на Re: no verification of client certificate?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-admin
Ayuda por favor

Cuando ejecuto este comando me sale una doble tupla del usuario
postgres, esto me error cuando ejecuto el comando
Pg_dump para realizar el respectivo backup..


radar=# select * from pg_user;
  usename  | usesysid | usecreatedb | usesuper | usecatupd |  passwd  |
valuntil | useconfig
-----------+----------+-------------+----------+-----------+----------+-
---------+-----------
 postgres  |        1 | t           | t        | t         | ******** |
|
 postgres  |        1 | t           | t        | t         | ******** |
|
 userradar |      100 | f           | f        | f         | ******** |
|
(3 rows)

He intentado borrar los usuario directamente de la tabla subiendo
postgres com postgres -O -P  -D directorio

Y corriendo estos comandos..

select * from pg_shadow;
delete from pg_shadow;
CREATE USER postgres WITH CREATEDB CREATEUSER PASSWORD '***' SYSID 1;
CREATE USER  userradar  PASSWORD '***'

Pero me crea los mismos tres usuarios en la tabla pg_shadow, el problema
es que no he podido hacer el backup y ya no tengo espacio en la
particion donde tengo montada la base






В списке pgsql-admin по дате отправления:

Предыдущее
От: Warren Little
Дата:
Сообщение: trying to run PITR recovery
Следующее
От: "Daniel Ricardo Medina"
Дата:
Сообщение: AYUDA URGENTE CON TABLA PG_SHADOW