error trying to create extension: pg_stat_statement

339 Views Asked by At

I'm trying to install pg_stat_statements doing this:

CREATE EXTENSION pg_stat_statements;

and I get this:

ERROR:  could not open extension control file "/usr/local/greenplum-db-6.10.1/share/postgresql/extension/pg_stat_statements.control": No such file or directory

I already installed postgresql-contrib as follow:

sudo yum install postgresql-contrib

The file pg_stat_statements.control is not found on the location specified in the error, should I download it? or how does it work?

1

There are 1 best solutions below

0
scott On

There is no documentation of that extension of greenplum. I would say its not supported.