Re: access method xxx does not exist

Поиск
Список
Период
Сортировка
От Julien Rouhaud
Тема Re: access method xxx does not exist
Дата
Msg-id 20221029132750.ko52x4udzd4nvtgq@jrouhaud
обсуждение исходный текст
Ответ на Re: Re: access method xxx does not exist  ("jacktby@gmail.com" <jacktby@gmail.com>)
Список pgsql-general
Hi,

On Sat, Oct 29, 2022 at 08:15:54PM +0800, jacktby@gmail.com wrote:
> On 2022-10-29 19:19:28 +0800, jacktby@gmail.com wrote:
> > I'm trying to add a new index, but when I finish it, I use “ create index
> > xxx_index on t1 using xxx(a); ”,it gives me access method "my_index" does not
> > exist

You should look at the bloom contrib in postgres source tree for an example of
how to write a custom index AM.



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

Предыдущее
От: "jacktby@gmail.com"
Дата:
Сообщение: Re: Re: access method xxx does not exist
Следующее
От: "jacktby@gmail.com"
Дата:
Сообщение: Re: Re: access method xxx does not exist