Re: Schema + User-Defined Data Type Indexing problems... - Mailing list pgsql-sql

From Tom Lane
Subject Re: Schema + User-Defined Data Type Indexing problems...
Date
Msg-id 25094.1086882058@sss.pgh.pa.us
Whole thread Raw
In response to Re: Schema + User-Defined Data Type Indexing problems...  (Chris Gamache <cgg007@yahoo.com>)
List pgsql-sql
Chris Gamache <cgg007@yahoo.com> writes:
> So, is the best-practice for the my_schema tables to reference the
> user-defined datatype in the "public" schema?

Not necessarily, but if you put it somewhere else you'll want to add
the somewhere else to your default search path (probably via ALTER
DATABASE).
        regards, tom lane


pgsql-sql by date:

Previous
From: "Michael Long"
Date:
Subject: Function returns error
Next
From: Richard Huxton
Date:
Subject: Re: Function returns error