Questions tagged [pgagent]

pgAgent is a job scheduler for PostgreSQL

is a tool for which can be used with .

For details see:

98 questions
0
votes
1 answer

pgagent centos 6.2

I have successfully compiled pgagent from source on a CentOS 6.2 server. When I try to launch pgagent with the following command : /usr/bin/pgagent -l 2 hostaddr=serveur.com dbname=postgres user=postgres I get the following error messages : DEBUG: …
gpasse
  • 4,380
  • 7
  • 44
  • 75
0
votes
1 answer

pgagent on centos 64bit

I am trying to install pgAgent for two straight day on a centOS 6.2 64bit. I have been trying to compile it from source without success because I could not manage to compile wxWidgets. I have been trying to use a precompiled version but was…
gpasse
  • 4,380
  • 7
  • 44
  • 75
0
votes
2 answers

could not start pgAgent due to log on failure

I wanted to install pgAgent service on windows. Though it installs alright using the following command: C:\Program Files (x86)\pgAdmin III\1.14>pgagent.exe INSTALL pgAgent -l2 -u postgres hostaddr=localhost port=5432 dbname=postgres…
wazzz
  • 319
  • 2
  • 4
  • 13
0
votes
1 answer

Postgresql pgagent run a job from another job

I have 4 jobs in pgagent that I would like to execute in a specific order from one master job. How can I do that?
CoolStraw
  • 5,282
  • 8
  • 42
  • 64
-1
votes
1 answer

Is there a way that we can manage PgAgent Jobs on a C#/.NET application? Any library or third party tool? (PostgreSQL)

We know that there is SQL Server Agent, functions as Job Scheduler, in MSSQL. If we want to manage jobs on Server Agent, with a C#/.NET application, we can use Microsoft.SqlServer.Management.Smo library and start a connection between two (SQL Server…
Selenay
  • 3
  • 1
-1
votes
2 answers

PostgreSQL PgAgent syntax error at or near DECLARE

Could someone tells me what is wrong please. I try to create a job with using PgAgent with declaring some variables. When I run this code manually, it works successfully. But when I try to put this code in job step and save it, it throws me an…
AlexxxeyS
  • 9
  • 2
-1
votes
1 answer

Can anyone explain me what does the following query does which is for backing up a database in postgresql?

I am pretty new to postgresql and not able to understand what the following query does, so want help of some communuty memebers who can explain me this to me. DO $$ DECLARE jid integer; scid integer; BEGIN -- Creating a new job INSERT INTO…
-1
votes
2 answers

pgAgent not working on Another database other than Postgres

I'm trying to schedule a job using pgAgent in postgresql. pgAgent is working fine with the postgres database, but when i'm selecting the other database which i created. It is not working, the job is getting failed. Can someone guide me in…
GeekExplorer
  • 260
  • 2
  • 6
  • 23
1 2 3 4 5 6
7