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

« back to all changes in this revision

Viewing changes to docs/en_US/pgagent-jobs.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:
29
29
schedules. When configuring a job, we specify the job name, whether or
30
30
not it is enabled, a job class or category, and optionally the hostname
31
31
of a specific machine running pgAgent, if this job should only run on
32
 
that specific server. If left empty, any server may run the job. This
33
 
is not normally an issue for SQL-only jobs, however any jobs with
34
 
batch/shell steps may need to be targetted to a specific server. A
35
 
comment may also be included.</P>
 
32
that specific server. If left empty (which is normally the case), any 
 
33
server may run the job. This is not normally needed for SQL-only jobs, 
 
34
however any jobs with batch/shell steps may need to be targetted to a 
 
35
specific server. A comment may also be included.</P>
 
36
 
 
37
<p><b>Note:</b> It is not always obvious what value to specify for the
 
38
Host Agent in order to target a job step to a specific machine. With pgAgent
 
39
running on the required machines and connected to the scheduler database, 
 
40
the following query may be run to view the hostnames as reported by each
 
41
agent:</p>
 
42
 
 
43
<p><i>SELECT jagstation FROM pgagent.pga_jobagent</i></p>
 
44
 
 
45
<p>Use the hostname exactly as reported by the query in the Host Agent field.</p>
36
46
 
37
47
<P><center><img src="images/pgagent-jobproperties.png" alt="Job properties"></center></P>
38
48