I have this error
PG::ObjectNotInPrerequisiteState: ERROR: pg_stat_statements must be loaded via shared_preload_libraries
on the local host. Using osx (10.9.5), PostgresApp 9.3.1.0 and pghero gem
Going to postgresql.conf located in ~/Library/Application Support/Postgres93/var I have this at the top of the file
shared_preload_libraries = 'pg_stat_statements' pg_stat_statements.track = all
So, either this is the correct postgresql.conf, or something in my setup does not work.
Any ideas?
postgresql rails-postgresql
Nick ginanto
source share