Code Monkey home page Code Monkey logo

Comments (4)

NikolayS avatar NikolayS commented on August 26, 2024 2

@grin31 You need to adjust PostgreSQL configuration -- the fact that it's present in available extensions doesn't mean that the library was loaded. Two ways to solve:

  1. Edit postgresql.conf
  2. ALTER SYSTEM

Then restart is required.

from pgcenter.

lesovsky avatar lesovsky commented on August 26, 2024 1

Fixed in master branch, will appear in next minor or patch release.

from pgcenter.

grin31 avatar grin31 commented on August 26, 2024

@NikolayS my workaround is:
drop extension pg_stat_statements;
in all databases

from pgcenter.

lesovsky avatar lesovsky commented on August 26, 2024

You have rare and useless configuration - pg_stat_statements extension installed in a database and empty shared_preload_libraries. As mentioned above you have two ways - enable pg_stat_statements in shared_preload_libraries and restart Postgres server, or drop extension.

Anyway, I will add proper checking of pg_stat_statements and fix this stuck. Thanks for report.

from pgcenter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.