Thread: access method xxx does not exist

access method xxx does not exist

From
"jacktby@gmail.com"
Date:

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 "spb" does not exist
And I don't know where this message is from, can you grve me its position?

jacktby@gmail.com

回复: access method xxx does not exist

From
"jacktby@gmail.com"
Date:
I do like this. I add oid in pg_am.dat and pg_proc.dat for my index. And I add codes in contrib and backend/access/myindex_name, is there any other places I need to add some infos?
 

jacktby@gmail.com
 
发件人: jacktby@gmail.com
发送时间: 2022-10-29 17:25
收件人: pgsql-hackers
主题: access method xxx does not exist
div.FoxDIV_20221029172549279 { font-size: 10.5pt } div.FoxDIV_20221029172549279 { line-height: 1.5; } div.FoxDIV_20221029172549279 { font-size: 14px; font-family: "Microsoft YaHei UI"; color: rgb(0, 0, 0); line-height: 1.5; }

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 "spb" does not exist
And I don't know where this message is from, can you grve me its position?

jacktby@gmail.com