Re: Need to run a job in PgAdmin-III - Mailing list pgsql-general

From John R Pierce
Subject Re: Need to run a job in PgAdmin-III
Date
Msg-id 5060043D.7020901@hogranch.com
Whole thread Raw
In response to Need to run a job in PgAdmin-III  (pavithra <pavithra.ibt@gmail.com>)
Responses Re: Need to run a job in PgAdmin-III
Re: Need to run a job in PgAdmin-III
List 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



pgsql-general by date:

Previous
From: Shiran Kleiderman
Date:
Subject: Memory issues
Next
From: Raghavendra
Date:
Subject: Re: Need to run a job in PgAdmin-III