access method xxx does not exist

From: "jacktby(at)gmail(dot)com" <jacktby(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: access method xxx does not exist
Date: 2022-10-29 11:19:28
Message-ID: 2022102919192714253321@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


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
And I don't know where this message is from, can you grve me its position? 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? Who can help me?

jacktby(at)gmail(dot)com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message jacktby@gmail.com 2022-10-29 11:21:58 回复: access method xxx does not exist
Previous Message shashidhar Reddy 2022-10-29 10:38:25 Upgrade error from version 12 to 23