mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
33 lines
2.4 KiB
Plaintext
33 lines
2.4 KiB
Plaintext
<h3>Create a New PostGIS Connection</h3>
|
|
This dialog allows you to define the settings for a connection to a PostgreSQL/PostGIS database.
|
|
<p>
|
|
<ul>
|
|
<li> <label>Name</label> A name to identify the connection settings.
|
|
|
|
<li> <label>Service</label> A name of a service listed in the <a href="http://www.postgresql.org/docs/current/static/libpq-pgservice.html">Connection Service File</a>.
|
|
|
|
<li> <label>Host</label> Name or IP address of the computer hosting the database server (leave blank for local connections or services).
|
|
|
|
<li> <label>Port</label> IP port used by the database server (leave blank for local connections or to use default port 5432).
|
|
|
|
<li> <label>Database</label> Name of the database (leave blank for default database).
|
|
|
|
<li> <label>SSL mode</label> <a href="http://www.postgresql.org/docs/9.0/static/libpq-ssl.html#LIBPQ-SSL-SSLMODE-STATEMENTS">SSL mode</a> of the connection
|
|
|
|
<li> <label>Username</label> Database user name.
|
|
<li> <label>Password</label> Database password.
|
|
|
|
<li> <label>Save Username</label> Indicates whether to save the database user name in the connection configuration.
|
|
|
|
<li> <label>Save Password</label> Indicates whether to save the database password in the connection settings. <font color="red">Passwords are saved in <strong>clear text</strong> in the system configuration and in the project files!</font>
|
|
|
|
<li> <label>Only look in the geometry_columns table</label> Indicates that only "listed" geometry columns should be used - opposed to scanning all tables for geometry columns.
|
|
|
|
<li> <label>Only look in the 'public' schema</label> Indicates that only tables in the 'public' schema should be considers - opposed to all accessible tables.
|
|
|
|
<li> <label>Also list tables with no geometry</label> Indicates that tables without geometry should also be listed by default.
|
|
|
|
<li> <label>Use estimated table metadata</label> When initializing layers, various queries may be needed to establish the characteristics of the geometries stored in the database table. When this option is checked, these queries examine only a sample of the rows and use the table statistics, rather than the entire table. This can drastically speed up operations on large datasets, but may result in incorrect characterization of layers (eg. the <font color="red">feature count</font> of filtered layers will not be accurately determined) and may even cause strange behaviour in case columns that are supposed to be unique actually are not.
|
|
|
|
</ul>
|