- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Azure Database for PostgreSQL / PostGIS
Hi there,
Is there any document on earth to explain the methodology for uploading Spatial data set on Azure database for PostgreSQL using PostGIS extension?
I am connected to the Azure database for Postgres and have the extension for PostGIS by using "CREATE EXTENSION postgis" command but unable to move forward.
For information, I switched to Azure Database for PostgreSQL because my machine was unable to installed PostgreSQL server and was showing the error "The database cluster initialisation failed". So, it's fine now I don't need any help for desktop server.
Can anyone please help me out?
Thanks in advance.
Archived Discussions
Effective March 31st, we will no longer engage on PostgresRocks.
How to engage with us further?
- Thought Leadership: EDB Blogs
- Tips and Tricks: Postgres Tutorials
- Customer Support: Create a Case Please note: Only customers with an active EDB support subscription and support portal authorization can create support ticket
- Engage on Stackoverflow While engaging on Stackoverflow tag the question with EDB or EnterpriseDB.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: Azure Database for PostgreSQL / PostGIS
Hi @shobhit_bbd,
Please refer below links for the blog/documentation for getting started and loading data using PostGIS :
Blog link for getting started with PostGIS :
https://www.enterprisedb.com/blog/getting-started-with-postgis
Link for the tool to load the spatial data using PostGIS :
https://postgis.net/workshops/postgis-intro/loading_data.html
Simple example of configuring and using the PostGIS extension :
Regards,
Sudhir