How to create a schema for Postgres information_schema.tables view #2522
Unanswered
martinkadlec0
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I am trying to create drizzle schema for the information_schema.tables view (postgres-js), so I can get list of table names in the database.
I tried this:
But that gives me 'relation "information_schema.tables" does not exist' error. What would be the correct way to do this?
Beta Was this translation helpful? Give feedback.
All reactions