QGIS Saving Projects in PostgreSQL and a bit of DB Manager

Поделиться
HTML-код
  • Опубликовано: 6 янв 2025

Комментарии • 4

  • @sossoux3456
    @sossoux3456 Год назад

    Great tric! Thank you!

  • @franklafortune1345
    @franklafortune1345 Год назад +1

    Awesome! But, how do I setup the layers so that someone else connection to the same project on postgress also has all the layers available?

    • @GISCoordinated
      @GISCoordinated  Год назад

      You just need to make sure that their username has access to those tables in the database. So its about granting rights to the other user.
      Something like this:
      GRANT SELECT ON table_name TO (username/role)
      ...thats read only of course.

  • @Gianni.achillea
    @Gianni.achillea 2 года назад +1

    thanks man!