Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Para desativar o pgAudit em uma instância do AlloyDB, defina o valor da
flag alloydb.enable_pgaudit como off. É possível mudar o
valor da flag alloydb.enable_pgaudit pelo console do Google Cloud
ou pelo comando gcloud.
Quando você desativa a flag alloydb.enable_pgaudit, a geração de registros de auditoria é interrompida
imediatamente. No entanto, ele salva as configurações aplicadas do pgAudit, como as configurações de parâmetro pgaudit.log.
Além disso, execute o comando DROP EXTENSION usando um cliente
psql compatível para remover o estado da extensão.
Para desativar uma extensão, inverta o procedimento usado para ativá-la.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 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."]]],[]]