I have been struggling with Importing a feature service into a PostgreSQL connection until I came across this article - https://pro.arcgis.com/en/pro-app/latest/help/data/databases/add-the-st-geometry-type-to-a-postgresq... which talks about adding the ST_Geometry library to the PostgreSQL installation path.
Unfortunately, the available ST_Geometry library only supports up to Version 15 of PostgreSQL. I currently have PostgreSQL 16 installed and I cannot seem to find a way around this.
Anyone to help out on this? Downgrading from Version 16 to 15 is the only last option at this moment.
Solved! Go to Solution.
At this point in time, we only support up to PostgreSQL 15.x; https://enterprise.arcgis.com/en/system-requirements/latest/windows/database-requirements-postgresql...
I am not sure when PostgreSQL 16.x will be supported in the future. I would guess that it will be at a future release to be determined.
Moving to a supporting PostgreSQL version, like 15.5 would get you in a place to use the st-geometry library.
At this point in time, we only support up to PostgreSQL 15.x; https://enterprise.arcgis.com/en/system-requirements/latest/windows/database-requirements-postgresql...
I am not sure when PostgreSQL 16.x will be supported in the future. I would guess that it will be at a future release to be determined.
Moving to a supporting PostgreSQL version, like 15.5 would get you in a place to use the st-geometry library.
Thanks, George. I guess I have no other option than to do this.
Unfortunately, that is the only option at this time.