moved info about table parameter from xmlconfiguration [markdown]
parent
01aaaf683e
commit
f8823ddf2e
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ To check if the PostGIS plugin built and was installed correctly, try the usual
|
|||
| dbname | string | name of the database | |
|
||||
| user | string | username to use for connecting | |
|
||||
| password | string | user password to use for connecting | |
|
||||
| table | string | name of the table to fetch, this can be a sub-query | |
|
||||
| table | string | name of the table to fetch, this can be a sub-query; subquery has to use syntax of: '( ) as table'. | |
|
||||
| geometry_field | string | name of the geometry field, in case you have more than one in a single table. This field and the SRID will be deduced from the query in most cases, but may need to be manually specified in some cases.| |
|
||||
| geometry_table | string | name of the geometry table ??? | |
|
||||
| srid | integer | srid of the table, if this is > 0 then fetching data will avoid an extra database query for knowing the srid of the table | 0 |
|
||||
|
|
Loading…
Reference in a new issue