~ubuntu-branches/ubuntu/wily/qgis/wily

« back to all changes in this revision

Viewing changes to resources/context_help/929865718_en_US

  • Committer: Bazaar Package Importer
  • Author(s): Johan Van de Wauw
  • Date: 2010-07-11 20:23:24 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100711202324-5ktghxa7hracohmr
Tags: 1.4.0+12730-3ubuntu1
* Merge from Debian unstable (LP: #540941).
* Fix compilation issues with QT 4.7
* Add build-depends on libqt4-webkit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
To create a new PostGIS Connection, you need to know the host, port, and your username/password for the database server.
2
 
<h4>Required Parameters</h4>
3
 
<ul>
4
 
<li>Name - a descriptive name for this connection
5
 
<li>Host - the host name of the database server (eg. madison.qgis.org)
6
 
<li>Database - name of the database to connect to
7
 
<li>Port - port that PostgreSQL is listening on. By default this is 5432. If in doubt, check with your database administrator.
8
 
<li>Username - your database user name
9
 
<li>Password - your database password
10
 
</ul>
11
 
<h4>Options</h4>
12
 
<ol>
13
 
<li><i>Save Password</i> - save your password so you don't have to enter each time. The password is stored in clear text with your QGIS preferences.
14
 
<li><i>Only look in the geometry_columns table</i> - normally QGIS examines every table in the database to see if it has a geometry column and if so, adds it to the list of layers. Checking this box tells QGIS to only list layer that have been "registered" and have an entry in the geometry_columns table.
15
 
<li><i>Only look in the 'public' schema</i> - this limits the search for layers to the public schema
16
 
</ol>
17
 
<h4>Testing the Connection</h4>
18
 
Clicking on the <i>Test Connection</i> button initiates a connect attempt to the database using the parameters you specified. This is a good way to check the connection parameters prior to saving the connection.