Re: How am I supposed to fix this?

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: How am I supposed to fix this?
Дата
Msg-id CAH2-Wzkq+dKamxb4W2nEn_0KwLTAm8jW5--DhUVmQP1fY_mqzA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: How am I supposed to fix this?  (Larry Rosenman <ler@lerctr.org>)
Ответы Re: How am I supposed to fix this?  (Larry Rosenman <ler@lerctr.org>)
Список pgsql-hackers
On Tue, Aug 6, 2019 at 10:34 AM Larry Rosenman <ler@lerctr.org> wrote:
> ERROR:  function bt_index_check(index => oid) does not exist
> LINE 1: SELECT bt_index_check(index => c.oid),
>                 ^
> HINT:  No function matches the given name and argument types. You might
> need to add explicit type casts.

It's a contrib extension, so you have to "create extension amcheck" first.
-- 
Peter Geoghegan



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Larry Rosenman
Дата:
Сообщение: Re: How am I supposed to fix this?
Следующее
От: Larry Rosenman
Дата:
Сообщение: Re: How am I supposed to fix this?