36 | | === Current Outstanding Issues === |
| 35 | == Connection Parameters == |
| 36 | |
| 37 | When you attempt to establish a connection with the PostGIS provider, you will need to fill in a number of parameters. These are described below: |
| 38 | |
| 39 | '''Username''':: |
| 40 | Your postgresql userid |
| 41 | |
| 42 | '''Password''':: |
| 43 | Your postgresql password |
| 44 | |
| 45 | '''Service''':: |
| 46 | This is a connection string in the format "database@host:port" where @host and :port are optional if your database is on localhost and on the default port (5432) |
| 47 | |
| 48 | '''Datastore''':: |
| 49 | This is the PostgreSQL schema the data is stored under. By default, all tables are stored under the "public" schema. However, this practice is not recommended as it makes postgis dump/restore procedures messy and difficult. |
| 50 | |
| 51 | |
| 52 | == Open Tickets == |