~ubuntu-branches/debian/sid/pgadmin3/sid

« back to all changes in this revision

Viewing changes to docs/en_US/connect.html

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2009-07-30 12:27:16 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090730122716-fddbh42on721bbs2
Tags: 1.10.0-1
* New upstream release.
* Adjusted watch file to match release candidates.
* Updated to Standards-Version 3.8.2:
  - Moved to Section: database.
  - Add DEB_BUILD_OPTIONS support for parallel building.
  - Move from findstring to filter suggestion for DEB_BUILD_OPTIONS parsing.
* pgagent got split into its own separate source package by upstream.
* Exclude Docs.vcproj from installation.
* Move doc-base.enus from pgadmin3 to pgadmin3-data package, the files are
  in there too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
</p>
42
42
<P>
43
43
If you select "Store password", pgAdmin stores passwords you enter in the ~/.pgpass file under *nix or %APPDATA%\postgresql\pgpass.conf
44
 
under Win32 for later reuse. For details, see <a href='pg/libpq-pgpass.html'>pgpass documentation</a>.
 
44
under Win32 for later reuse. For details, see <a href=http://www.postgresql.org/docs/current/interactive/libpq-pgpass.html">pgpass documentation</a>.
45
45
It will be used for all libpq based tools. If you want the password removed, you can
46
46
select the server's properties and uncheck the selection any time.
47
47
</P>
51
51
databases on the same server you might want to turn this option off.
52
52
</P>
53
53
<P>The DB restriction field allows you to enter an SQL restriction that 
54
 
will be used against the <a href="pg/catalog-pg-database.html">pg_database</a>
 
54
will be used against the <a href="http://www.postgresql.org/docs/current/interactive/catalog-pg-database.html">pg_database</a>
55
55
table to limit the databases that you see. For example, you might enter: 
56
 
<i>datname IN ('live_db', 'test_db')</i> so that only live_db and test_db 
 
56
<i>'live_db', 'test_db'</i> so that only live_db and test_db 
57
57
are shown in the pgAdmin browser. Note that you can also limit the schemas
58
58
shown in the database from the Database properties dialogue by entering a
59
 
restriction against <a href="pg/catalog-pg-namespace.html">pg_namespace</a>.
 
59
restriction against <a href="http://www.postgresql.org/docs/current/interactive/catalog-pg-namespace.html">pg_namespace</a>.
60
60
<P>
61
61
The service field specifies parameters to control the database service
62
62
process. Its meaning is operating system dependent.