Re: How am I supposed to fix this? - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: How am I supposed to fix this?
Date
Msg-id CAH2-Wzkq+dKamxb4W2nEn_0KwLTAm8jW5--DhUVmQP1fY_mqzA@mail.gmail.com
Whole thread Raw
In response to Re: How am I supposed to fix this?  (Larry Rosenman <ler@lerctr.org>)
Responses Re: How am I supposed to fix this?  (Larry Rosenman <ler@lerctr.org>)
List 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 by date:

Previous
From: Larry Rosenman
Date:
Subject: Re: How am I supposed to fix this?
Next
From: Larry Rosenman
Date:
Subject: Re: How am I supposed to fix this?