From: | Chris Travers <chris(dot)travers(at)gmail(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | phil(at)pricom(dot)com(dot)au, Merlin Moncure <mmoncure(at)gmail(dot)com>, Postgres General <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Issue with CREATE EXTENSION tablefuncKreiter |
Date: | 2012-02-01 23:43:28 |
Message-ID: | CAKt_Zfu=OJBkCC2L7pOkcBKfULmBqd+DjfWmr-grLtdof5+bVQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Wed, Feb 1, 2012 at 1:31 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Philip Rhoades <phil(at)pricom(dot)com(dot)au> writes:
> > On 2012-02-02 02:52, Tom Lane wrote:
> >> Anyway the solution is to connect to template1 and drop any cruft
> >> that's lying around in it.
>
> > I haven't done any manual messing around with template1 as far as I
> > know . .
>
> Well, the behavior you describe indicates pretty strongly that there are
> some non-factory-standard objects in template1. If the database is a
> few years old, that's not exactly hard to believe --- all it takes is
> one time having connected to the wrong place and created some stuff.
> Just go have a look and get rid of what you find ...
>
What about running the 9.0 tablefunc-uninstall.sql?
Best Wishes,
Chris Travers
>
> regards, tom lane
>
From | Date | Subject | |
---|---|---|---|
Next Message | Christopher Opena | 2012-02-02 00:38:31 | Puzzling full database lock |
Previous Message | Scott Marlowe | 2012-02-01 23:39:52 | Re: Audtiting, DDL and DML in same SQL Function |