Question

How to read spatial data from PostGIS

  • 3 February 2023
  • 1 reply
  • 0 views

Badge +3

I am wanting to read and write features to a POSTGIS connection however I can't even connect as I am unsure what to do for the schema field. Can someone provide examples of what to add in the schema for table field.

image


1 reply

Userlevel 6
Badge +33

This depends on the database. If you click on the ... button you should see the available schema's. Something like information_schema, public, topology.

Reply