Re: Upgrade to 9.1 causing function problem

From: Willem Buitendyk <willem(at)pcfish(dot)ca>
To: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Upgrade to 9.1 causing function problem
Date: 2012-02-23 21:53:42
Message-ID: 18440E32-E66C-4B7B-A90B-492091F58366@pcfish.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Both via psql and PgAdmin.

Yes only one database cluster.

On 2012-02-23, at 1:32 PM, Adrian Klaver wrote:

> On 02/23/2012 01:08 PM, Willem Buitendyk wrote:
>> I have it set in postgresql.conf and I've also used:
>>
>> alter user postgres set search_path = crabdata,public;
>>
>> looking at the logs after issuing the above alter user command I get:
>>
>> 2012-02-23 13:03:09 PST WARNING invalid value for parameter "search_path": "crabdata, public"
>> 2012-02-23 13:03:09 PST DETAIL schema "crabdata" does not exist
>
>>
>> I should note this is on Windows 7 64 bit - using the 32 bit installation of postgresql 9.1
>
> How are you doing these changes, via psql or PgAdmin or both?
> Is the previous 8.4 instance of Postgres still up and running?
> Are you sure you are only working with one database cluster?
>
>>
>>
>>
>
>
> --
> Adrian Klaver
> adrian(dot)klaver(at)gmail(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2012-02-23 22:56:37 Re: Upgrade to 9.1 causing function problem
Previous Message Adrian Klaver 2012-02-23 21:32:23 Re: Upgrade to 9.1 causing function problem