Closed rustprooflabs closed 1 year ago
Remove refresh of MV that no longer exists. Make comments on new tables more consistent. Fill in missing comments.
Install PgDD extension in Docker image. Makes CREATE EXTENSION pgdd; available, helpful when looking through comments on database objects.
CREATE EXTENSION pgdd;
Remove refresh of MV that no longer exists. Make comments on new tables more consistent. Fill in missing comments.
Install PgDD extension in Docker image. Makes
CREATE EXTENSION pgdd;
available, helpful when looking through comments on database objects.