Re: Re: access method xxx does not exist

From: "jacktby(at)gmail(dot)com" <jacktby(at)gmail(dot)com>
To: "Julien Rouhaud" <rjuju123(at)gmail(dot)com>
Cc: "Peter J(dot) Holzer" <hjp-pgsql(at)hjp(dot)at>, pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Re: access method xxx does not exist
Date: 2022-10-29 13:43:51
Message-ID: 2022102921434966635427@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

On Sat, Oct 29, 2022 at 08:15:54PM +0800, jacktby(at)gmail(dot)com wrote:
> On 2022-10-29 19:19:28 +0800, jacktby(at)gmail(dot)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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Julien Rouhaud 2022-10-29 14:06:17 Re: access method xxx does not exist
Previous Message Julien Rouhaud 2022-10-29 13:27:50 Re: access method xxx does not exist