You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix operation for snapshots and replace use of information_schema (#154)
Snapshot records were being produced using the `Create` operation rather than 'Snapshot'.
PostgreSQL `information_schema` can lack visibility to users with limited grants, switch to using pg_* tables
where possible.
Use jackc pgerrcode instead of maintaining our own constants.
0 commit comments