Git Product home page Git Product logo

Comments (4)

svenvc avatar svenvc commented on June 9, 2024

Are you sure you are using P3 ? I see no P3 objects in the stack trace.

Also, on my machine I can successfully connect to PostgreSQL 14.

Given the phrasing of the error, it seems the server is configured to be a bit more restrictive than usual.

I will look into this protocol 2 vs 3 situation since I am not really aware of that.

from p3.

svenvc avatar svenvc commented on June 9, 2024

OK, I was a bit confused, but P3 (only) supports frontend/backend protocol 3.0 (PostgreSQL version 7.4 [2003] and later).

So I guess you are not using P3Client. You could try to use it directly.

    (P3Client new url: 'psql://user:password@localhost') in: [ :client |
        [ client isWorking ] ensure: [ client close ] ].

Or some variation of that.

from p3.

alesshosry avatar alesshosry commented on June 9, 2024

@svenvc my bad !
I was confused by the projects. I wanted to post this on PgMetadata project that is using P3Client to handle Pharo 10, and I posted it here by mistake.
I confirm that P3Client is working perfectly with Postgres 14.

Sorry for the inconvenience.

from p3.

svenvc avatar svenvc commented on June 9, 2024

No problem.

from p3.

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.