Re: Re: access method xxx does not exist - Mailing list pgsql-general

From jacktby@gmail.com
Subject Re: Re: access method xxx does not exist
Date
Msg-id 2022102921434966635427@gmail.com
Whole thread Raw
In response to Re: Re: access method xxx does not exist  ("jacktby@gmail.com" <jacktby@gmail.com>)
Responses Re: access method xxx does not exist
List pgsql-general
Yes,I just want to know if I add am in pg_am.dat, after I make install, it means the new access method is built? right?
 

jacktby@gmail.com
 
Date: 2022-10-29 21:27
Subject: Re: access method xxx does not exist
div.FoxDIV_20221029212802774 { font-size: 10.5pt }
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 by date:

Previous
From: Julien Rouhaud
Date:
Subject: Re: access method xxx does not exist
Next
From: Julien Rouhaud
Date:
Subject: Re: access method xxx does not exist