File: pgagent.html

package info (click to toggle)
pgadmin3 1.4.3-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 29,796 kB
  • ctags: 10,758
  • sloc: cpp: 55,356; sh: 6,164; ansic: 1,520; makefile: 576; sql: 482; xml: 100; perl: 18
file content (28 lines) | stat: -rw-r--r-- 931 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<link rel="STYLESHEET" type="text/css" href="pgadmin3.css">
<title>pgAgent</title>
</head>

<body>

<H3>pgAgent</H3>
<P>Introduced in pgAdmin III v1.4, pgAgent is a job scheduling agent for
PostgreSQL, capable of running multi-step batch/shell and SQL tasks on
complex schedules.</P>

<UL>
	<LI><P><A HREF="pgagent-install.html">Installation</A> - pgAgent may
    be installed on one or more servers.</P>
	<LI><P><A HREF="pgagent-jobs.html">Creating jobs</A> - jobs may be
    easily created using pgAdmin III.</P>
	<LI><P><A HREF="pgagent-schedules.html">Creating schedules</A> - each
    job may have one or more schedules.</P>
	<LI><P><A HREF="pgagent-steps.html">Creating Steps</A> - each job
    consists of one or more steps, each of which may be an SQL or batch/shell
    script.</P>
</UL>
</BODY>
</HTML>