| От | |
|---|---|
| Тема | Indexing new type ........ |
| Дата | |
| Msg-id | 200102151214.f1FCEox79172@mail.postgresql.org обсуждение исходный текст |
| Ответы |
Re: Indexing new type ........
|
| Список | pgsql-hackers |
Hi, Well i create a new type. I want indexing my new type but i can't , postgresql erro : my type has no default operator class So i use the following query in order to have default operator: INSERT INTO pg_opclass(opcname,opcdeftype) select 'ean13_ops',oidfrom pg_type where typname = 'ean13' ; So the new error with postgresql when i try to create an index on my new type is : opclass "ean13" not supported by access method btree So I think i forget some definition function in my c program in order to use index . I 've got operators for my type ( > , < , == and so on ) Can you help me ??? Thanks in advance, Best regards, PEJAC pascal
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера