Re: Need to run a job in PgAdmin-III

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Need to run a job in PgAdmin-III
Date: 2012-09-24 06:57:01
Message-ID: 5060043D.7020901@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 09/23/12 11:24 PM, pavithra wrote:
> I have pgAdmin-III. It has version 1.12.3. I would like to run a job.
> I have schedule an SQL Job. But when i run there is no output. Can
> anybody let me know what needs to be done?. Also, Can any one tell,
> where i need to look for the errors, when i run a job?

by 'job', do you mean run a SQL script file? I'd suggest using psql
for that.

psql -h hostname -d dbname -u username -f scriptfile.sql >outfile.txt

--
john r pierce N 37, W 122
santa cruz ca mid-left coast

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Raghavendra 2012-09-24 07:02:27 Re: Need to run a job in PgAdmin-III
Previous Message Shiran Kleiderman 2012-09-24 06:45:06 Memory issues