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
I would like to ask for help regarding the usage of PostgreSQL schemas. I have a sample database whose structure contains two additional schemas besides the default public schema. When I use the following code:
Only tables of the public schema are printed. I know there is a withSchema method that can be used to set schema for inspector instance, but this approach is not very useful when schemas are unknown. Is there any way to get information about schemas of PostgreSQL database?
The text was updated successfully, but these errors were encountered:
Hello,
I would like to ask for help regarding the usage of PostgreSQL schemas. I have a sample database whose structure contains two additional schemas besides the default
public
schema. When I use the following code:Only tables of the
public
schema are printed. I know there is awithSchema
method that can be used to set schema for inspector instance, but this approach is not very useful when schemas are unknown. Is there any way to get information about schemas of PostgreSQL database?The text was updated successfully, but these errors were encountered: