Re: type "xxxxxxx" does not exist

From: Paul Jungwirth <pj(at)illuminatedcomputing(dot)com>
To: pgsql-general(at)postgresql(dot)org, Micky Hulse <mickyhulse(at)gmail(dot)com>
Subject: Re: type "xxxxxxx" does not exist
Date: 2017-05-19 21:43:25
Message-ID: 4cb075e6-478b-8782-3995-5082ccb8d37b@illuminatedcomputing.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 05/19/2017 02:25 PM, Micky Hulse wrote:
> Awesome, that worked!
>
> SET search_path TO myschema, public;
>
> Thanks to everyone for the help!!!!! I really appreciate it. :)

Glad you figured it out! Setting the seach_path is often a good thing to
put in your ~/.psqlrc so you don't run into the same problem next time.

Paul

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2017-05-19 21:49:29 Re: type "xxxxxxx" does not exist
Previous Message Micky Hulse 2017-05-19 21:25:19 Re: type "xxxxxxx" does not exist