Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use navicat16 connect to shardingsphere proxy5.5, it shows "ERROR: Table or view 'pg tablespace' does not exist." #32815

Open
pastoralagriculture opened this issue Sep 9, 2024 · 0 comments

Comments

@pastoralagriculture
Copy link

pastoralagriculture commented Sep 9, 2024

I try to use navicat16 to connect to shardingsphere proxy5.5, it shows "ERROR: Table or view 'pg tablespace' does not exist."
database-sharding.yaml:


dataSources:
 ds_0:
   url: jdbc:postgresql://127.0.0.1:5432/postgres
   username: postgres
   password: postgres
   connectionTimeoutMilliseconds: 30000
   idleTimeoutMilliseconds: 60000
   maxLifetimeMilliseconds: 1800000
   maxPoolSize: 50
   minPoolSize: 1
rules:
- !SINGLE
 tables:
   - "ds_0.public.base_building"
- !SHARDING
 tables:
   base_household_population:
     actualDataNodes: ds_0.base_household_population_${1..14}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants