We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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}
The text was updated successfully, but these errors were encountered:
Please provide more detailed information.
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: