Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
Great tric! Thank you!
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?
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.
thanks man!
Great tric! Thank you!
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?
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.
thanks man!