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

spatial: investigate remaining PostGIS extension support #54514

Open
otan opened this issue Sep 17, 2020 · 1 comment
Open

spatial: investigate remaining PostGIS extension support #54514

otan opened this issue Sep 17, 2020 · 1 comment
Labels
A-spatial Spatial work that is *not* related to builtins. C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-spatial Spatial Team X-nostale Marks an issue/pr that should be ignored by the stale bot

Comments

@otan
Copy link
Contributor

otan commented Sep 17, 2020

We don't support any of these:

-- enable raster support (for 3+)
CREATE EXTENSION postgis_raster;
-- Enable Topology
CREATE EXTENSION postgis_topology;
-- Enable PostGIS Advanced 3D
-- and other geoprocessing algorithms
-- sfcgal not available with all distributions
CREATE EXTENSION postgis_sfcgal;
-- fuzzy matching needed for Tiger
CREATE EXTENSION fuzzystrmatch;
-- rule based standardizer
CREATE EXTENSION address_standardizer;
-- example rule data set
CREATE EXTENSION address_standardizer_data_us;
-- Enable US Tiger Geocoder
CREATE EXTENSION postgis_tiger_geocoder;

If you have a use case, please feel free to include it here!

Jira issue: CRDB-3748

@otan otan added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) A-spatial Spatial work that is *not* related to builtins. labels Sep 17, 2020
@awoods187
Copy link
Contributor

Should we make this a summary issue with separate issues devoted to the topics?

@jlinder jlinder added the T-spatial Spatial Team label Jun 16, 2021
@otan otan added the X-nostale Marks an issue/pr that should be ignored by the stale bot label Sep 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-spatial Spatial work that is *not* related to builtins. C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-spatial Spatial Team X-nostale Marks an issue/pr that should be ignored by the stale bot
Projects
None yet
Development

No branches or pull requests

3 participants