PG2 오류: 기타 다른 개체들이 이 롤에 의존하고 있어, "유저명" 롤을 삭제할 수 없음 유저삭제를 위해 명령어를 날렸는데 에러 발생하였습니다. postgres=# drop role 유저명;오류: 기타 다른 개체들이 이 롤에 의존하고 있어, "유저명" 롤을 삭제할 수 없음상세정보: 1 개체(데이터베이스: db명 데이터베이스)https://postgresql.kr/docs/12/sql-droprole.html DROP ROLEDROP ROLE DROP ROLE — remove a database role 요약 DROP ROLE [ IF EXISTS ] name [, ...] Description DROP ROLE removes the specified role(s). To drop a superuser role, you must be a superuser yourself; to drop n.. 2024. 5. 29. [pg15] DATA Directory 변경하기 이번 글을 yum install로 설치하여 default 경로에 설치된 data directory를 변경하는 시나리오입니다. OS : CentOS 7 DB version : Postgres 15 1.yum으로 DB 설치 sudo yum -y install https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm sudo yum -y install epel-release yum-utils sudo yum-config-manager --enable pgdg15 sudo yum -y install postgresql15-server postgresql15 sudo /usr/pgsql-1.. 2023. 3. 29. 이전 1 다음