Hi. I have a problem with objects in PostgreSQL Databases. After connecting to the database, the Object Explorer shows 'Schemas' -> 'public' | 'test' Inside the public schema, I see 'Tables' with the tables inside the schema. Selecting a table, it expands showing 'Columns', 'Triggers',... but everything is empty and in the tab of the selected table that opens up I don't see anything. The 'Quick Doc' tab shows 'Table schema.tableName' but nothing else. The 'DB Problems' shows the error: ERROR: syntax error at or near "," Position: 8 Executed Statement: SELECT ,ctid FROM public.tableName T LIMIT 500 OFFSET 0; In the selected table there is no 'ctid' column. Working in Worksheets is fine. I'm using Eclipse neon and TEE 2.4.4 Any help appreciated.
↧