Giter VIP home page Giter VIP logo

www's Introduction

www

Postgresql JDBC Website This is now defunct. The contents of the website are found in docs

www's People

Contributors

albatarm avatar d-schmidt avatar davecramer avatar gordiychuk avatar hlinnaka avatar jorsol avatar kjurka avatar maffe avatar marschall avatar mkarg avatar notpeter avatar sehrope avatar suhlig avatar vlsi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

www's Issues

JDBC41 and JDBC42 information is not good.

The information says that the jdbc4.1 is specific to jdk1.7 and jdk1.8.

but I believe it to be:
the jdbc4.1 is specific to jdk1.7;
the jdbc4.2 is specific to jdk1.8;

Please correct me if I'm wrong.

document autosave

New connection property: autosave

conservative (default) -- rollback to savepoint only in case of "prepared statement does not exist" and "cached plan must not change result type". Then the driver would re-execute the statement ant it would pass through
never -- never set automatic safepoint. Note: in this mode statements might still fail with "cached plan must not change result type" in autoCommit=FALSE mode
always -- always rollback to "before statement execution" state in case of failure. This mode prevents "current transaction aborted" errors. It is similar to psql's ON_ERROR_ROLLBACK.
For autocommit=true the savepoint is not used.
In conservative mode, savepoint is used only for queries that return something.

Document how to interact with range types

It's unclear if I can query range types or insert range values via the driver (either through 'normal' mechanisms like setObject or through extensions).

If it's impossible, a short blurb somewhere stating that you can't use range types via JDBC would also help clarify things for future searchers too.

Update PostgreSQL JDBC website

The website needs the new build 1003 with new release notes, I haven't been able to find release notes for recent release.

Document parameter sslmode and implications

The documentation doesn’t mention the parameter sslmode. While setting up a PostgreSQL environment, I came across http://www.postgresql.org/docs/9.4/static/libpq-ssl.html#LIBPQ-SSL-SSLMODE-STATEMENTS. I included sslmode=verify-full in my JDBC connection parameters which does affect the JDBC driver (a different SSLSocketFactory is used). The most obvious effect was that the server CA certificate in the default Java truststore is ignored, instead it has to be in ~/.postgresql/root.crt.

The PostgreSQL JDBC Driver License is ambiguous

The web site is ambiguous is ambiguous in the license:

The PostgreSQL JDBC driver is distributed under the BSD license, same as the server.

The JDBC Driver does not use the same license as the PostgreSQL Server.

Change the text to be clear that it use the BSD 3-Clause License.

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.