BUG #7661: pgstattuple from unpackaged fails on old installation

From: stuart(at)stuartbishop(dot)net
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #7661: pgstattuple from unpackaged fails on old installation
Date: 2012-11-15 06:19:05
Message-ID: E1TYsn3-00007l-CR@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 7661
Logged by: Stuart Bishop
Email address: stuart(at)stuartbishop(dot)net
PostgreSQL version: 9.1.6
Operating system: Ubuntu 12.04
Description:

The pgstattuple upgrade from unpackaged script expects the pgstatindex
function to exist, but it does not on particularly old databases (My
pgstattuple originally installed with 8.3 or 8.4?).

# create extension pgstattuple;
ERROR: function "pgstattuple" already exists with same argument types
# create extension if not exists pgstattuple from unpackaged;
ERROR: function pgstatindex(text) does not exist

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Craig Ringer 2012-11-15 06:42:30 Re: BUG #7661: pgstattuple from unpackaged fails on old installation
Previous Message Craig Ringer 2012-11-15 01:24:05 Re: Re: BUG #7628: Installation of PostgreSQL 9.2.1 on Windows 7 may take too long