Menu

#110 [Bug]: Can not list tables in my PostgreSQL10.19 database

open
nobody
bug (38)
2026-03-31
2026-03-29
Anonymous
No

Originally created by: tonyliu889

Describe the bug

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).

To Reproduce

1.connect to database

  1. can't shou any table names in public schema at left pannel

OS Version

windows10

Tabularis Version

v0.9.11

Relevant Log Output


Discussion

  • Anonymous

    Anonymous - 2026-03-29

    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

     
  • Anonymous

    Anonymous - 2026-03-31

    Originally posted by: debba

    @tonyliu889 Very strange, but need to replicate with a similar configuration.
    Did you check with latest version: 0.9.12?

     

Log in to post a comment.

MongoDB Logo MongoDB