[Bug]: Can not list tables in my PostgreSQL10.19 database
An open-source desktop client for modern databases.
Status: Beta
Brought to you by:
debba92
Originally created by: tonyliu889
My PostgreSQL database is 10.19 32bit,tables were created at public schema. Tabularis can list my tables in "View Schema Diagram", but can't list any table at left pannel, show tables(0).
1.connect to database
windows10
v0.9.11
Originally posted by: tonyliu889
use SQL statement: select TABLE_SCHEMA,TABLE_NAME from information_schema.TABLES where TABLE_TYPE='BASE TABLE' can show all user tables
Originally posted by: debba
@tonyliu889 Very strange, but need to replicate with a similar configuration.
Did you check with latest version: 0.9.12?