Re: [GENERAL] type "xxxxxxx" does not exist - Mailing list pgsql-general

From Micky Hulse
Subject Re: [GENERAL] type "xxxxxxx" does not exist
Date
Msg-id CAKzdcNmXrU03jrKstTXTq1DhFNjLmJPcJ39_3bqZ9NxsfKqMww@mail.gmail.com
Whole thread Raw
In response to Re: [GENERAL] type "xxxxxxx" does not exist  (Micky Hulse <mickyhulse@gmail.com>)
Responses Re: [GENERAL] type "xxxxxxx" does not exist  (Paul Jungwirth <pj@illuminatedcomputing.com>)
List pgsql-general
On Fri, May 19, 2017 at 2:09 PM, Micky Hulse <mickyhulse@gmail.com> wrote:
>> If you find that the type isn't in the public schema, try setting your
>> schema search path so that the function can locate it, e.g.:
>>     SET search_path TO foo, public;

Awesome, that worked!

SET search_path TO myschema, public;

Thanks to everyone for the help!!!!! I really appreciate it. :)


pgsql-general by date:

Previous
From: Micky Hulse
Date:
Subject: Re: [GENERAL] type "xxxxxxx" does not exist
Next
From: Paul Jungwirth
Date:
Subject: Re: [GENERAL] type "xxxxxxx" does not exist