Re: default operator class (PostgreSQL's error?)

Поиск
Список
Период
Сортировка
От Denis Zaitsev
Тема Re: default operator class (PostgreSQL's error?)
Дата
Msg-id 20030303070705.C4208@natasha.zzz.zzz
обсуждение исходный текст
Ответ на Re: default operator class (PostgreSQL's error?)  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: default operator class (PostgreSQL's error?)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
On Sun, Mar 02, 2003 at 01:01:40PM -0500, Tom Lane wrote:
> Denis Zaitsev <zzz@cd-club.ru> writes:
> > ERROR:  data type name_t has no default operator class for access method "btree"
> 
> Hm, that looks like it should work.  You sure you marked the opclass
> default?  (Check its row in pg_opclass to see.)

Yes, it is default.

> Another possibility is that the opclass is in a schema that is not in
> your search path --- I can't recall right now whether being in the
> search path affects lookup of a default opclass.

It is in a schema, and the schema is definitely in the search_path -
it's pointed first there.  More over, all the games described are
being played in that schema. 

I already had a though about schemas and tried to explicitly qualify
the type (name_t) of the attribute - nothing had changed...


В списке pgsql-sql по дате отправления:

Предыдущее
От: Metnetsky
Дата:
Сообщение: HardCORE QUERY HELP!!!
Следующее
От: Tom Lane
Дата:
Сообщение: Re: default operator class (PostgreSQL's error?)