jorgerojas26 / lazysql

A cross-platform TUI database management tool written in Go.
MIT License
745 stars 36 forks source link

how to setup postgres schema? #106

Open notsungod opened 1 week ago

notsungod commented 1 week ago

i use postgres://user:pw@localhost/db?sslmode=disable&search_path=schema as my url. But when i connect and try to open a table i get a red popup with error message table must be in the format schema.table` . What am I doing wrong or how can i fix this? Thank you!

jorgerojas26 commented 1 week ago

What version of lazysql are you on? Make sure you are on the latest version, which right now is the v0.2.9.

notsungod commented 1 week ago

yes I get this problem on the latest version.

jorgerojas26 commented 1 week ago

Can you show the schema and table name?