Re: How am I supposed to fix this?

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: Larry Rosenman <ler(at)lerctr(dot)org>
Cc: Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: How am I supposed to fix this?
Date: 2019-08-06 17:35:49
Message-ID: CAH2-Wzkq+dKamxb4W2nEn_0KwLTAm8jW5--DhUVmQP1fY_mqzA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Aug 6, 2019 at 10:34 AM Larry Rosenman <ler(at)lerctr(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Larry Rosenman 2019-08-06 17:45:58 Re: How am I supposed to fix this?
Previous Message Larry Rosenman 2019-08-06 17:34:26 Re: How am I supposed to fix this?