You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chapter 3.42 - Adding fields
This is a Python command that runs a pyhton library (create_views.py) so it needs to be run either in the Python shell or in the command line of your QGIS computer: ./view/create_views.py --pg_service pg_qgep --srid 2056
The flag --pg_service calls the pg_service definition. So choose the pg_service definition of the database you want to run the script on.
I think the above notation works on Linux. I tried to apply it on Windows and get the following syntax error - maybe someone else has a hint for that?
Example: I need to add an extra field:
Description in chapter 3.42 - Adding fields
The views can be re-generated any time using the following command:
./view/create_views.py --pg_service pg_qgep --srid 2056
I need to know;
This is an issue for me in the whole documentation.
The text was updated successfully, but these errors were encountered: