0

In PostgreSQL / PostGIS : I have a layer (L1) related by a list values (LV1).

I'm searching for a way to relate L1 to LV1 which :

  • Automatically updates LV1 in QGIS if it's updated in PostgreSQL
  • Does not require loading LV1 in the QGIS browser

I'm using thid configuration:

enter image description here

Vince
20.5k16 gold badges49 silver badges65 bronze badges
asked Jul 22 at 9:51
1
  • 4
    What have you tried so far? Where are you stuck? Also, you need to provide more information, e.g. is L1 also in the same Postgis database? Why (and foremost how?) do you want to update the layer in QGIS, without loading it into QGIS? Commented Jul 22 at 9:56

1 Answer 1

3

The easiest would be to set your LV1 table(s) to private mode (Menu->Project->Properties...->Data Sources), then they will not appear in the layer panel (that is what you called browser, but in fact it is called layer panel), but are still available in the form editor

enter image description here

answered Jul 23 at 5:59

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.