Hello,
I have a running postgres with "preload shared libraries", so that load age on startup, but this line:
|
await self.conn.execute("LOAD 'age';") |
creates than an issue. The user needs for that superuser access but this is a big security issue.
Is it possible that this line can be removed / enabled by the config
Thanks
Hello,
I have a running postgres with "preload shared libraries", so that load age on startup, but this line:
age-plotter/src/age_plotter/services/age_client.py
Line 25 in 04fdc9e
Is it possible that this line can be removed / enabled by the config
Thanks