sosedoff / pgweb

Cross-platform client for PostgreSQL databases
https://sosedoff.github.io/pgweb
MIT License
8.63k stars 732 forks source link

Error: pq: schema "dbms_rls" does not exist #222

Closed zoujd-github closed 7 years ago

zoujd-github commented 7 years ago

[root]# /opt/go/pgweb --url postgres://test:test@10.88.0.1:5444/ptgbdb?sslmode=disable Pgweb v0.9.6 Connecting to server... Checking database objects... Error: pq: schema "dbms_rls" does not exist

zoujd-github commented 7 years ago

pgweb start error

zoujd-github commented 7 years ago

but this schema "dbms_rls" is exist,wy? image

sosedoff commented 7 years ago

Are you using the same user for pgweb and your other db tool? I might suspect it has something to do with permissions.

sosedoff commented 7 years ago

@zoujd-github ping, care to provide more details? otherwise i will close this issue since i don't have any way to reproduce the problem.

sosedoff commented 7 years ago

Closing due to no response.