Enable pg_stat_statements - Mailing list pgsql-admin

From Stelian Iancu
Subject Enable pg_stat_statements
Date
Msg-id ld05en$cci$1@ger.gmane.org
Whole thread Raw
Responses Re: Enable pg_stat_statements  (bricklen <bricklen@gmail.com>)
List pgsql-admin
Hi all,

I have Postgres 9.3.2 running on Debian 7.

I would like to enable the pg_stat_statements extension. In order to do
this, I added the following line to postgresql.conf:

shared_preload_libraries = 'pg_stat_statements'

However after that the server fails to restart and I get the following
error message:

Restarting PostgreSQL 9.3 database server: mainThe PostgreSQL server
failed to start. Please check the log output: 2014-02-06 15:12:34 CET
FATAL: could not access file "pg_stat_statements": No such file or
directory ... failed!
  failed!

Any ideas why?

Thanks in advance!

S.

pgsql-admin by date:

Previous
From: Dhananjay Singh
Date:
Subject: Re: SQL 2000 to PostgreSQL 9.3 Replication of Large Number of Tables
Next
From: bricklen
Date:
Subject: Re: Enable pg_stat_statements