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

« back to all changes in this revision

Viewing changes to docs/en_US/commandline.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:
21
21
      entered when you added the server to the treeview in pgAdmin, quoted if required. If multiple servers are registered with 
22
22
      the same description, the first found will be auto-connected.<br />&nbsp;</li>
23
23
 
 
24
  <li><b>-S</b> Open a <a href="status.html">Server Status</a> window upon connection. If used together with the 
 
25
      <b>-s &lt;server description&gt;</b> option, the server status window will automatically be connected to this server.
 
26
      If used alone, a dialog box will appear prompting for the connection information. This switch cannot be used
 
27
      together with the <b>-Sc &lt;connection string&gt;</b> option.<br />&nbsp;</li>
 
28
      
 
29
  <li><b>-Sc &lt;connection string&gt;</b> Open a <a href="status.html">Server Status</a> window upon connection. The server status window
 
30
      will automatically be connected to the server specified in the connection string. This option cannot be used
 
31
      together with the <b>-S</b> switch.<br />&nbsp;</li>
 
32
 
24
33
  <li><b>-q</b> Open a <a href="query.html">Query Tool</a> window upon connection. If used together with the 
25
34
      <b>-s &lt;server description&gt;</b> option, the query tool will automatically be connected to this server.
26
35
      If used alone, a dialog box will appear prompting for the connection information. This switch cannot be used