Update table view based on the selected postgres db#554
Open
gaborpongracz wants to merge 1 commit intodbgate:masterfrom
Open
Update table view based on the selected postgres db#554gaborpongracz wants to merge 1 commit intodbgate:masterfrom
gaborpongracz wants to merge 1 commit intodbgate:masterfrom
Conversation
Author
|
I've just checked the latest version with server/port/user/pwd configuration instead of the database_url and seems working like a charm. So not the sql was the real issue but the connection with db url. Should I create an issue for this and close this PR? |
Member
|
Maybe there is not specified database in dburl? If you provide dburl with database specified, does it work correctly? |
Contributor
|
seeing this too: when connecting with a URL string I cannot see tables, etc, of a db with a large-ish (100+) list of db's. Smaller db servers seem to be working ok |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As far as I see, in case of Postgres plugin, dbgate
TABLES, VIEWS, FUNCTIONSsection not updated based on the selected postgres DB, but showing all the available table from all the databases within the postgres instance.Adding the
#DATABASE#filter into the tableList.sql this problem could solved.@janproch Could you check this out? Should I update other queries with this WHERE clause too?