BUG #6280: adminpack.sql not found after postgresql-contrib has been installed

Started by Eye Geeover 14 years ago2 messagesbugs
Jump to latest
#1Eye Gee
eyegee@cmg.com.my

The following bug has been logged online:

Bug reference: 6280
Logged by: Eye Gee
Email address: eyegee@cmg.com.my
PostgreSQL version: 9.1.1
Operating system: SUSE 11 SP1
Description: adminpack.sql not found after postgresql-contrib has
been installed
Details:

Hi,

I got the warning hint: "Server instrumentation not installed" when login
using pgAdminIII.

I have installed postgresql-contrib-9.1.1-58.2.x86_64.rpm into SUSE 11 SP
1.

But adminpack.sql is not found.

Issuing " rpm -ql postgresql-contrib | grep *.sql " returns no value too.

Regards,
Eye Gee

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Eye Gee (#1)
Re: BUG #6280: adminpack.sql not found after postgresql-contrib has been installed

"Eye Gee" <eyegee@cmg.com.my> writes:

I got the warning hint: "Server instrumentation not installed" when login
using pgAdminIII.

It sounds like you need to get a newer version of pgAdmin, ie, one that
has heard of PG 9.1.

I have installed postgresql-contrib-9.1.1-58.2.x86_64.rpm into SUSE 11 SP
1.
But adminpack.sql is not found.

It's called adminpack--1.0.sql these days, and is installed using a
different command than your version of pgAdmin is probably trying
to use.

regards, tom lane