Open pancutan opened 1 year ago
The problem is:
ALTER DOMAIN ADD CONSTRAINT not supported yet
Looks like this DDL is not supported yet.
Can you get the full SQL query?
Probably this line: https://github.com/postgis/postgis/blob/9ea7418efd73a964327c73447c6feaf98fc41db6/topology/topology.sql.in#L358
Jira Link: DB-6519
Description
In a CentOS Linux release 7.9.2009 (Core)
Installation completed in /root/yugabyte-2.16.2.0
Service started with
bin/yugabyted start
Check UI get running, insert some data examples, etc - everything is fine.
Install postgis extension as menction in https://docs.yugabyte.com/preview/explore/ysql-language-features/pg-extensions/#postgis-example
Enter ysqlsh as usual:
Other things I tried
Added postgis flags
--ysql_pg_conf_csv
inbin/yugabyted
script, as saw in https://github.com/radekg/yugabyte-db-multi-tenant-paas-demo/blob/master/.env-postgis#L2:Tried again
CREATE EXTENSION `postgis_topology;`
- same error message.Tried also, several combinations of OS and Yugabyte version with doc present in https://github.com/yugabyte/build-infra/, with lots of messages:
/docker-entrypoint.sh: /root/bin/yb-master: /opt/yb-build/brew/linuxbrew-20181203T161736v9/lib/ld.so: bad ELF interpreter: No such file or directory
In short: is postgis_topology supported by YugabyteDB, or is something I'm doing wrong?
Warning: Please confirm that this issue does not contain any sensitive information