可以查到这个表,但是查询的时候报错。
select * from jdbc_postgresql_test.public.`order`
order 是关键字,查询的时候加上转义符
感觉是层级映射可能有问题,switch catalog; show databases; 能看到对应的schema吗