2

The table in question is called "referentiel.adr_cad_numvoie_ponctuel" in the PostgreSQL database. But in QGIS, and this is the first time I've seen something like that, in the Browser panel, the table is displayed under the name "referentiel.adr_cad_numvoie_ponctuel.geometrie", I don't understand why there is this "geometrie" (which is the name of the geometry column). I don't understand what it is doing there. It is the only one of the many tables in the database, which is written this way in QGIS.

In PostgreSQL enter image description here

In QGIS enter image description here enter image description here

asked Apr 19, 2021 at 11:01

1 Answer 1

1

This is normal. If you had multiple geometry columns in a table, the table would be listed several times with each geometry column. This allows you to choose which geometry column you want displayed on the map.

answered Apr 19, 2021 at 14:13
1
  • Indeed, I did not realize it the first time. Thank you. Commented Apr 21, 2021 at 6:10

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.