Re: [DOCS] can't reproduce example

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [DOCS] can't reproduce example
Дата
Msg-id 2754.1506095239@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [DOCS] can't reproduce example  (herve@duchesne.me)
Ответы Re: [DOCS] can't reproduce example  (Herve Duchesne <hduchesn@gmail.com>)
Список pgsql-docs
herve@duchesne.me writes:
> I tried to reproduce the example : 
> CREATE EXTENSION btree_gist;
> CREATE TABLE room_reservation (
>     room text,
>     during tsrange,
>     EXCLUDE USING GIST (room WITH =, during WITH &&)
> );

> but I got this error :
> ERROR:  data type text has no default operator class for access method
> "gist"

It works for me.  You sure you installed the extension successfully?
        regards, tom lane


-- 
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

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

Предыдущее
От: herve@duchesne.me
Дата:
Сообщение: [DOCS] can't reproduce example
Следующее
От: zszmigiero@gmail.com
Дата:
Сообщение: [DOCS] RECURSIVE update