usr/src/cmd/postgres/pgagent/Solaris/man1/pgagent.1
author Cyril Plisko <cyril.plisko@grigale.com>
Tue, 06 Apr 2010 16:00:14 +0300
changeset 11 87960ed158f9
parent 0 b34509ac961f
permissions -rw-r--r--
Import sfw build 137 Bugs Fixed ---------- 6926835 Wireshark cannot open files typed into the location bar 6930214 CVE-2010-0624: Heap-based buffer overflow in GNU Tar 6933424 Various sfw manual pages need to be adjusted to use the new OpenSolaris package names. 6937764 upgrade OpenSSL to 0.9.8n (and fix CVE-2010-0740)

'\" t
.\"
.\" CDDL HEADER START
.\"
.\" The contents of this file are subject to the terms of the
.\" Common Development and Distribution License (the "License").
.\" You may not use this file except in compliance with the License.
.\"
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
.\" or http://www.opensolaris.org/os/licensing.
.\" See the License for the specific language governing permissions
.\" and limitations under the License.
.\"
.\" When distributing Covered Code, include this CDDL HEADER in each
.\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
.\" If applicable, add the following below this CDDL HEADER, with the
.\" fields enclosed by brackets "[]" replaced with your own identifying
.\" information: Portions Copyright [yyyy] [name of copyright owner]
.\"
.\" CDDL HEADER END
.\"
.\" Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
.\" Use is subject to license terms.
.\"
.\" #ident	"@(#)pgagent.1	1.2	10/03/16 SMI"
.\"
.TH "pgagent" "1" "" "" "User Commands"
.SH NAME
pgAgent \- a job scheduler for PostgreSQL

.SH SYNOPSIS
.sp
\fBpgagent\fR [ \fB\fIoption\fB\fR\fI...\fR ]   [ \fB\fIconnection\fR ]
.SH DESCRIPTION
pgAgent is a job scheduling agent for PostgreSQL, capable of running
multi-step batch/shell and SQL tasks on complex schedules. Jobs may 
be easily created using pgAdmin III. 

Full documentation of pgAgent is available in pgAdmin III's online
help. Launch pgAdmin III (simply type "pgadmin3" at command prompt) and
select "Help..." from the "Help" menu. Browse through the pgAdmin III
documentation until you find "pgAgent". Both database setup and system
part of the installation are detailed. You will also find instructions
to create jobs and schedules.

However, some of the features can be accessed through command line.

.SH "OPTIONS"
.PP
The following options are supported:
.TP
\fB\fIconnection\fB\fR
Connection string specifies the server to which the connection
has to be established
.TP
\fB-f\fR
.TP
\fB--foreground \fR
Run in the foreground (do not detach from the terminal)
.TP
\fB-t \fIseconds\fB\fR
.TP
\fB--polltime=\fIseconds\fB\fR
Poll time interval in seconds (default 10)
.TP
\fB-r \fIseconds\fB\fR
.TP
\fB--retryperiod=\fIseconds\fB\fR
Retry period after connection abort in seconds (>=10, default 30)
.TP
\fB-s \fIfile\fB\fR
.TP
\fB--logfile=\fIfile\fB\fR
Log file (messages are logged to STDOUT if not specified)
.TP
\fB-l \fIvalue\fB\fR
.TP
\fB--logverbosity=\fIvalue\fB\fR
logging verbosity (ERROR=0, WARNING=1, DEBUG=2, default 0)
.PP

.\" Begin Sun update
.SH ATTRIBUTES
See
.BR attributes (5)
for descriptions of the following attributes:
.sp
.TS
box;
cbp-1 | cbp-1
l | l .
ATTRIBUTE TYPE	ATTRIBUTE VALUE
=
Availability	database/postgres/pgadmin
=
Interface Stability	Committed
.TE

.SH NOTES
You may find useful informations in the help menu of pgadmin3.
You may also find Solaris specific PostgreSQL informations in "postgres_83"
man page. Source for pgAdmin3 is available on http://opensolaris.org.
.\" End Sun update


.SH SEE ALSO
.PP
pgadmin3(1)

.SH REFERENCES
.PP
http://www.pgadmin.org