-
-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to show tables from all PgSQL schemas #2027
Comments
I spent a bunch of time yesterday trying to figure out why Edit: Today I found this issue which provides an actual fix for this situation. I just needed to add |
@CharlesARoy Glad you were able to figure it out! @jrjsmrtn's PR might also help with this when it gets merged, as it should load tables from all schemas by default. Maybe you'd be able to test PR #2028 with the database you had with the private schemas? |
Hi. Is there any new progress here? I encountered an error: "no matches found: --postgres-schema=**" |
I usually use multiple schemas in PostgreSQL databases. Unfortunately,
vd/vdsql
only showspublic.*
tables.An option to configure table visibility would be nice :-)
pg_catalog
,information_schema
);pg_catalog
,information_schema
).(I don't know Visidata internals... yet. If you can give me some pointers on how to implement this, I may have a look ;-)
The text was updated successfully, but these errors were encountered: