回复: access method xxx does not exist
От | jacktby@gmail.com |
---|---|
Тема | 回复: access method xxx does not exist |
Дата | |
Msg-id | 2022102919215706695322@gmail.com обсуждение исходный текст |
Ответ на | access method xxx does not exist ("jacktby@gmail.com" <jacktby@gmail.com>) |
Список | pgsql-general |
I debug and when it comes to "tuple = SearchSysCache1(AMNAME, PointerGetDatum(accessMethodName));", the tuple is NULL.so it gives me access method doesn't exist
jacktby@gmail.com
div.FoxDIV_20221029192054003 { font-size: 10.5pt } div.FoxDIV_20221029192054003 { line-height: 1.5; } div.FoxDIV_20221029192054003 { 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 "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@gmail.com
В списке pgsql-general по дате отправления: