Re: PGAdmin "Jobs"

From: "Andy Shellam" <andy(at)andycc(dot)net>
To: "'adey'" <adey11(at)gmail(dot)com>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: PGAdmin "Jobs"
Date: 2006-07-07 14:08:57
Message-ID: !~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAAC4AAAAAAAAAt+qV6pqKPEmXG74TlFgX5gEAlpDSN+DrMEWnumhoRHpQKQAAAbLc9wAAEAAAAAJatY2kRHlPuRtbQA1ZJD8BAAAAAA==@andycc.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

There is a menu item under Display called "System Objects". Enable this,
restart PgAdmin. Then when you connect you'll have all schemas/objects
listed.

_____

From: pgsql-admin-owner(at)postgresql(dot)org
[mailto:pgsql-admin-owner(at)postgresql(dot)org] On Behalf Of adey
Sent: 07 July 2006 1:26 am
To: pgsql-admin(at)postgresql(dot)org; postgresql-l;
pgadmin-support-request(at)postgresql(dot)org
Subject: [ADMIN] PGAdmin "Jobs"

Please assist me in implementing this for the first time?

I have installed Postgres 8.1.4 on my laptop, including Admin, then accessed
the database "postgres" from PGAdmin 1.4.2 and run the "pgagent.sql" script
tp populate the database with the following result:-

NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
"pga_jobagent_pkey" for table "pga_jobagent"
NOTICE: CREATE TABLE will create implicit sequence "pga_jobclass_jclid_seq"
for serial column "pga_jobclass.jclid"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
"pga_jobclass_pkey" for table "pga_jobclass"
NOTICE: CREATE TABLE will create implicit sequence "pga_job_jobid_seq" for
serial column "pga_job.jobid"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
"pga_job_pkey" for table "pga_job"
NOTICE: CREATE TABLE will create implicit sequence "pga_jobstep_jstid_seq"
for serial column "pga_jobstep.jstid"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
"pga_jobstep_pkey" for table "pga_jobstep"
NOTICE: CREATE TABLE will create implicit sequence "pga_schedule_jscid_seq"
for serial column "pga_schedule.jscid"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
"pga_schedule_pkey" for table "pga_schedule"
NOTICE: CREATE TABLE will create implicit sequence
"pga_exception_jexid_seq" for serial column "pga_exception.jexid"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
"pga_exception_pkey" for table "pga_exception"
NOTICE: CREATE TABLE will create implicit sequence "pga_joblog_jlgid_seq"
for serial column "pga_joblog.jlgid"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
"pga_joblog_pkey" for table "pga_joblog"
NOTICE: CREATE TABLE will create implicit sequence
"pga_jobsteplog_jslid_seq" for serial column "pga_jobsteplog.jslid"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
"pga_jobsteplog_pkey" for table "pga_jobsteplog"

Query returned successfully with no result in 1407 ms.

...but these objects don't appear in PGAdmin under the postgres database. If
I rerun all or part of this script, it says the object already exists, and I
can see the objects through psql from the command line, eg: select * from
pgagent.pga_jobstep.

How do I get these objects to appear in PGAdmin please, and how do I get the
schema "Information Schema" to appear too?

!DSPAM:14,44adaa6934531998619277!

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Benjamin Krajmalnik 2006-07-07 17:17:08 Querying database size
Previous Message Robert Treat 2006-07-07 11:20:24 Re: FWD: [ADMIN] pg_dump error