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

2011-10-31 Thread Eye Gee

The following bug has been logged online:

Bug reference:  6280
Logged by:  Eye Gee
Email address:  eye...@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

-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs


[BUGS] Download not found for postgreSQL 9.1 for both SUSE and Red Hat on IBM Power (ppc)

2012-03-28 Thread Eye Gee
Hi,

Referring to the document for PostgreSQL 9.1 supported platforms 
http://www.postgresql.org/docs/9.1/static/supported-platforms.html, it is 
mentioned that 
1.  In general, PostgreSQL can be expected to work on these CPU architectures: 
x86, x86_64, IA64, PowerPC, PowerPC 64, S/390, S/390x, Sparc, Sparc 64, Alpha, 
ARM, MIPS, MIPSEL, M68K, and PA-RISC.
2. PostgreSQL can be expected to work on these operating systems: Linux (all 
recent distributions), Windows (Win2000 SP4 and later), FreeBSD, OpenBSD, 
NetBSD, Mac OS X, AIX, HP/UX, IRIX, Solaris, Tru64 Unix, and UnixWare.

I would like to find out whether postgreSQL 9.1 is supported for both SUSE and 
Red Hat on IBM Power (ppc). From the above it seems that it is supported 
however I am unable to find the download links for both SUSE and Red Hat on IBM 
Power. 

On the SUSE site I am only able to find download for i586 and x86_64 only. 
(http://software.opensuse.org/search?q=postgres&baseproject=SUSE%3ASLE-11%3ASP1&lang=en&exclude_debug=true)
 
On rpm repositories site I am able to find repo packages for Red Hat Enterprise 
for i386 and x86_64 only. (http://yum.postgresql.org/repopackages.php )

What is the latest version of postgreSQL supported for  SUSE and Red Hat on IBM 
Power (ppc) ? Is it still supported or not going to be released for postgreSQL 
9.1? If it is still supported please send me the download links for both SUSE 
and Red Hat on IBM Power.

Regards,
Eye Gee

Re: [BUGS] Download not found for postgreSQL 9.1 for both SUSE and Red Hat on IBM Power (ppc)

2012-04-02 Thread Eye Gee

Hi Robert,

Thanks for your reply.

I am actually looking for postgresql packages for SUSE and Red Hat on IBM 
Power.


I found the site  for SUSE Linux Enterprise Server 11 for IBM PPC, 
http://www.suse.com/LinuxPackages/packageRouter.jsp?product=server&version=11&service_pack=&architecture=ppc&package_name=index_group
However the postgresql version is 8.3.5. I need the latest version which is 
9.1,


The site http://yum.postgresql.org/repopackages.php which mentioned is only 
available for for Red Hat Enterprise for i386 and x86_64 only. I need Red 
Hat on IBM Power.


The rpm files should have a ppc64.rpm  extension. However I am unable to 
find such installer for version 9.1. I can only find for version 8.3.5 for 
SUSE on IBM Power.


Can you point to me which sites I can refer to for the 9.1 installer for 
SUSE and Red Hat for IBM Power. We would like to evaluate postgreSQL on SUSE 
and Red Hat on IBM Power.  Subscription to support from your side could also 
be needed at future stage.


Regards,
Eye Gee


- Original Message - 
From: "Robert Haas" 

To: "Eye Gee" 
Cc: 
Sent: Sunday, April 01, 2012 8:46 AM
Subject: Re: [BUGS] Download not found for postgreSQL 9.1 for both SUSE and 
Red Hat on IBM Power (ppc)



On Wed, Mar 28, 2012 at 4:02 AM, Eye Gee  wrote:

Referring to the document for PostgreSQL 9.1 supported platforms
http://www.postgresql.org/docs/9.1/static/supported-platforms.html, it is
mentioned that
1. In general, PostgreSQL can be expected to work on these CPU
architectures: x86, x86_64, IA64, PowerPC, PowerPC 64, S/390, S/390x, 
Sparc,

Sparc 64, Alpha, ARM, MIPS, MIPSEL, M68K, and PA-RISC.
2. PostgreSQL can be expected to work on these operating systems: Linux 
(all

recent distributions), Windows (Win2000 SP4 and later), FreeBSD, OpenBSD,
NetBSD, Mac OS X, AIX, HP/UX, IRIX, Solaris, Tru64 Unix, and UnixWare.

I would like to find out whether postgreSQL 9.1 is supported for both SUSE
and Red Hat on IBM Power (ppc). From the above it seems that it is
supported however I am unable to find the download links for both SUSE and
Red Hat on IBM Power.

On the SUSE site I am only able to find download for i586 and x86_64 only.
(http://software.opensuse.org/search?q=postgres&baseproject=SUSE%3ASLE-11%3ASP1&lang=en&exclude_debug=true)
On rpm repositories site I am able to find repo packages for Red Hat
Enterprise for i386 and x86_64 only.
(http://yum.postgresql.org/repopackages.php )

What is the latest version of postgreSQL supported for SUSE and Red Hat on
IBM Power (ppc) ? Is it still supported or not going to be released for
postgreSQL 9.1? If it is still supported please send me the download links
for both SUSE and Red Hat on IBM Power.


I think you're confusing the question of platform support with the
question of package availability.  If you're running a Linux
distribution such as SUSE or Red Hat, the easiest way to install
PostgreSQL is by using your operating system's package management tool
- e.g., on Red Hat:

yum list available 'postgresql*'
yum install postgresql-server postgresql (and any others you want)

I don't know the corresponding commands for SuSE, but I'm sure they
exist.  The packages at http://yum.postgresql.org/repopackages.php are
alternative packages published by the PostgreSQL project itself, which
can be useful if (for example) your operating system vendor is
shipping an older version, and you want the latest and greatest.  But
you're only going to find pre-built binary packages there for the most
popular version/distribution/architecture combinations.  If you are
running something more obscure and don't want to use your OS vendor's
packages, you can still compile it yourself, and it should work fine.
I've done a bunch of testing recently on PPC64 and it works great.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company 



--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs