Foros del Web » Programación para mayores de 30 ;) » Bases de Datos General » PostgreSQL »

problema para eliminar usuario de la base de datos

Estas en el tema de problema para eliminar usuario de la base de datos en el foro de PostgreSQL en Foros del Web. hola amigos espero me puedan ayudar necesito elimnar un usuario del motor base de datos y utilizo @import url("http://static.forosdelweb.com/clientscript/vbulletin_css/geshi.css"); Código SQL: Ver original DROP USER ...
  #1 (permalink)  
Antiguo 28/11/2012, 23:11
 
Fecha de Ingreso: septiembre-2010
Mensajes: 1.853
Antigüedad: 13 años, 7 meses
Puntos: 6
problema para eliminar usuario de la base de datos

hola amigos espero me puedan ayudar

necesito elimnar un usuario del motor base de datos y utilizo

Código SQL:
Ver original
  1. DROP USER montes;

y obtengo este error

ERROR: no se puede eliminar el rol «montes» porque otros objetos dependen de él
DETAIL: acceso a tabla usuarios

********** Error **********

ERROR: no se puede eliminar el rol «montes» porque otros objetos dependen de él
SQL state: 2BP01
Detail: acceso a tabla usuarios
  #2 (permalink)  
Antiguo 29/11/2012, 06:52
Avatar de huesos52
Colaborador
 
Fecha de Ingreso: febrero-2009
Ubicación: Manizales - Colombia
Mensajes: 5.980
Antigüedad: 15 años, 2 meses
Puntos: 360
Respuesta: problema para eliminar usuario de la base de datos

En el enlace que te pasé en el post anterior está la respuesta.
Cita:
Description

DROP ROLE removes the specified role(s). To drop a superuser role, you must be a superuser yourself; to drop non-superuser roles, you must have CREATEROLE privilege.

A role cannot be removed if it is still referenced in any database of the cluster; an error will be raised if so. Before dropping the role, you must drop all the objects it owns (or reassign their ownership) and revoke any privileges the role has been granted. The REASSIGN OWNED and DROP OWNED commands can be useful for this purpose.

However, it is not necessary to remove role memberships involving the role; DROP ROLE automatically revokes any memberships of the target role in other roles, and of other roles in the target role. The other roles are not dropped nor otherwise affected.
__________________
Without data, You are another person with an opinion.
W. Edwads Deming

Etiquetas: sql, tabla, usuarios
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 11:39.