Skip to main content
Question

Problem in getting feature classes in PostGIS enabled postgres database..

  • February 18, 2020
  • 2 replies
  • 8 views

sivaram81082
Contributor
Forum|alt.badge.img+2

While i am trying to extract feature classes from postgres database to esri file geodatabse, i am not able to get the geometries, if i use postgres in the Format dropdown of Reader. After enabling PostGIS on the database i am not able to see any spatial objects in the tables list.. What is the correct process to read postgis enabled postgres database?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

david_r
Celebrity
  • February 18, 2020

The postgis reader will only work for tables created using postgis functionality. If the tables are from some other system (e.g. SDE), you most probably cannot use the postgis reader.

Could that be the case here?


sivaram81082
Contributor
Forum|alt.badge.img+2
  • Author
  • Contributor
  • February 19, 2020

The postgis reader will only work for tables created using postgis functionality. If the tables are from some other system (e.g. SDE), you most probably cannot use the postgis reader.

Could that be the case here?

Thanks for your response. The source is a Postgres database and DBA says that PostGIS is enabled for it.