Skip to content
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

schema support? #14

Closed
swuecho opened this issue Oct 28, 2014 · 16 comments
Closed

schema support? #14

swuecho opened this issue Oct 28, 2014 · 16 comments

Comments

@swuecho
Copy link

swuecho commented Oct 28, 2014

I can 'set search_path= schema' and run the query through the browsers, but the tables names show in the left do not change.

thanks.

@cbandy
Copy link
Contributor

cbandy commented Oct 29, 2014

I think we should support multiple schemata. The simplest approach would be to show all of them all the time.

Something nicer may be to show those for which the current user has USAGE privilege. This could change with a SET ROLE statement, so maybe a button to refresh on demand.

Basing the list on search_path also makes a lot of sense. Again, this could change, so a refresh button may be appropriate.

@alibitek
Copy link

This is an important feature, it is very rare in my experience that I see tables in the default public schema.

Usually they are in different schemas with different security definers / policies in place where everything in public schema is the API.
Everything else (tables, internal functions, triggers, views, etc.) is visibile only to a particular user or group of users that are connecting from the backend service to a certain schema name.

@cryptix
Copy link

cryptix commented Oct 30, 2014

👍

1 similar comment
@dmelamedcl
Copy link

👍

@jars
Copy link

jars commented Nov 2, 2014

👍

@cjthompson
Copy link

I just ran into this problem also. My database doesn't use the public schema, so I can run queries but cannot select any tables.

@jerome-peng
Copy link

yeah,I just ran into this problem also. My database doesn't use the public schema, so I can run queries but cannot select any tables.

@jerome-peng
Copy link

Does this proble solved?
I use pgweb_windows_386 version 0.5.0, schema support?

@gglanzani
Copy link

Is this also the reason why I cannot see materialized views?

@alfonsodev
Copy link

👍

@dreuse
Copy link

dreuse commented Apr 30, 2015

👍 I just ran into this problem also. My database doesn't use the public schema, so I can run queries but cannot select any tables.

@sosedoff
Copy link
Owner

hang tight, im working on it.

@alfonsodev
Copy link

👍 if you want help push the branch with your progress or your idea how would you like to implement it,
I really would like to see this feature, wouldn't mind to help.
thanks for your effort! I use this tool every day. :)

@brian-vogogo
Copy link

👍 Would like this schema support. Willing to help.

@sammcj
Copy link

sammcj commented Dec 29, 2015

+1

@sosedoff
Copy link
Owner

Implemented in master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests