-
Notifications
You must be signed in to change notification settings - Fork 2
Enable log_statement = 'ddl'
in postgres
#1614
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
log_statement = 'ddl'
in postgresqllog_statement = 'ddl'
in postgres
I thought this would be straightforward, but I cannot seem to find how to set the |
I did a bit of digging and then asked DO.Looking directly at the related settings via
I thought I remembered seeing the option in the advanced PG options in the API docs here but I'm not seeing it. |
Digital Ocean managed PostgreSQL does not support |
We'll need to run our own postgres instance, e.g. on a DO droplet, assume that schema changes will be shown elsewhere (such as the
|
We moved this to |
I don't think we have this enabled in production and it would be sort of a "level 0" of audit logs in comparison to #1559, #1612, #1613. I would not expect these to be stored in the database or surfaced via API, but eventually perhaps a log aggregation tool could provide an interface.
The text was updated successfully, but these errors were encountered: