You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/08/31 02:00:09 UTC

[GitHub] [shardingsphere] sandynz edited a comment on issue #7010: PostgreSQL dedicated column missed in t_order cause GeneralDQLIT.assertExecuteQuery failed

sandynz edited a comment on issue #7010:
URL: https://github.com/apache/shardingsphere/issues/7010#issuecomment-683409336


   Another thing to memtion:
   It need to install [PostGIS](https://postgis.net), and enable it in PostgreSQL.
   
   > PostGIS is an optional extension that must be enabled in EVERY database you want to use it in.
   CREATE EXTENSION postgis;
   CREATE EXTENSION postgis_raster;
   
    `CREATE EXTENSION postgis` could not be executed repeatedly in the same database.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org