Skip to content
Discussion options

You must be logged in to vote

Our schema cache queries have a hardcoded exception for pg_catalog, you can't expose it like that:

AND r.relnamespace NOT IN ('pg_catalog'::regnamespace, 'information_schema'::regnamespace)

If you really want to expose that data, I suggest you create a view in your regular exposed schema which selects from that pg_catalog view.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ogerardin
Comment options

Answer selected by ogerardin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants