Can someone explain to me the difference between these two processes:
https://enterprise.arcgis.com/en/server/10.8/cloud/amazon/create-geodatabase-in-amazon-rds-for-postgresql.htm
https://desktop.arcgis.com/en/arcmap/latest/manage-data/databases/add-the-st-geometry-type-to-a-postgresql-database.htm
Im running on AWS.
Are functions such as st_point part of the postgis install and enable enterprise gdb? I went thru all those steps outlined here on an RDS database, and cannot run functions such as st_point, st_transform, etc.
Alternatively I have a windows VM with postgres running on it, no postgis. I DO have st_geometry.dll sitting wherever its supposed to be, and have 400+ sde_ and st_ functions available in postgres.
Should these two processes have the same end result? whats the difference?
Thank you in advance,
E