Is your proposal related to a problem?
Hasura console does not currently display schemas when the schema name starts with pg.
The postgres documentation states that
Schema names beginning with pg_ are reserved for system purposes and cannot be created by users.
Describe the solution you'd like
Hasura console should show schemas beginning with pg (but not pg_)
Is your proposal related to a problem?
Hasura console does not currently display schemas when the schema name starts with
pg.The postgres documentation states that
Describe the solution you'd like
Hasura console should show schemas beginning with
pg(but notpg_)