AlloyDB 인스턴스에서 pgAudit를 사용 중지하려면 alloydb.enable_pgaudit 플래그의 값을 off로 설정합니다. Google Cloud 콘솔 또는 gcloud 명령어를 통해 alloydb.enable_pgaudit 플래그의 값을 변경할 수 있습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-04-21(UTC)"],[[["Disabling pgAudit on an AlloyDB instance involves setting the `alloydb.enable_pgaudit` flag to `off` through the Google Cloud console or the gcloud command."],["Audit logging ceases immediately upon disabling the `alloydb.enable_pgaudit` flag, while retaining the applied pgAudit settings."],["Updating the `alloydb.enable_pgaudit` flag results in an automatic restart of the instance."],["Removing the pgAudit extension state requires executing the `DROP EXTENSION` command via a compatible `psql` client."],["The procedure to disable an extension is essentially the reverse of the steps taken to enable it."]]],[]]