Wierd error when creating a table...

Поиск
Список
Период
Сортировка
От Alex Turner
Тема Wierd error when creating a table...
Дата
Msg-id 374D8592.12DFE589@maaco.com
обсуждение исходный текст
Ответы Re: [INTERFACES] Wierd error when creating a table...  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-interfaces
When I try to create a table where the primary key is set to be a column
that is of type int8 or int28 it complains giving me the following
error:

ERROR:  Can't find a default operator class for type 22.

If I try to define the table again, it tells me that the relation
already exists, yet it doesnt who up on the table list when I hit \d in
psql.

I also get the error if I try to define an index based on a field with
one of those types.

Is this a known bug, or am I trying to do something odd?

TIA

Alex T



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

Предыдущее
От: Swen Kabis
Дата:
Сообщение: MySQL -> PostGreSQL conversion
Следующее
От: Peter T Mount
Дата:
Сообщение: Re: [INTERFACES] Re: [GENERAL] JDBC and insert - stack overflow