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

« back to all changes in this revision

Viewing changes to docs/en_US/pgagent-install.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:
18
18
execution of the same instance of a job by multiple hosts.</P>
19
19
 
20
20
<H3>Database setup</H3>
21
 
<P>pgAgent stores it's configuration in the &quot;postgres&quot; database in your cluster. This 
 
21
<P>pgAgent stores its configuration in the &quot;postgres&quot; database in your cluster. This 
22
22
database exists by default in PostgreSQL 8.1 versions, for earlier versions
23
23
you need to create the database yourself. The database
24
24
must have the pl/pgsql procedural language installed - PostgreSQL's 
74
74
<PRE>
75
75
Usage:
76
76
  pgAgent REMOVE &lt;serviceName&gt;
77
 
  pgAgent INSTALL &lt;serviceName> [options] &lt;connect-string&gt;
 
77
  pgAgent INSTALL &lt;serviceName&gt; [options] &lt;connect-string&gt;
 
78
  pgAgent DEBUG [options] &lt;connect-string&gt;
78
79
 
79
80
  options:
80
81
    -u &lt;user or DOMAIN\user&gt;
94
95
 
95
96
<P>The service may then be started from the command line using <I>net start pgAgent</I>,
96
97
or from the <I>Services</I> control panel applet. Any logging output or errors will be
97
 
reported in the Application event log.</P>
 
98
reported in the Application event log. The DEBUG mode may be used to run pgAgent from a
 
99
command prompt. When run this way, log messages will output to the command window.</P>
98
100
 
99
101
<H3>Security concerns</H3>
100
102
<P>pgAgent is a very powerful tool, but does have some security considerations