Coder Social home page Coder Social logo

Comments (5)

davecramer avatar davecramer commented on June 26, 2024

@loserwang1024 a catalog in postgres is not a database, it is a schema.

from pgjdbc.

loserwang1024 avatar loserwang1024 commented on June 26, 2024

@davecramer , thanks for your answer.
ResultSet getTables(String catalog, String schemaPattern, String tableNamePattern, String types[]) throws SQLException;
Is that mean params catalog and schemaPattern all represent schema?

from pgjdbc.

davecramer avatar davecramer commented on June 26, 2024

No catalog does nothing since we have no way to support it.

from pgjdbc.

pip25 avatar pip25 commented on June 26, 2024

This behavior still looks very much like a bug to me compared to what's described in the JDBC API. If the getTables method receives a catalog name it cannot support (which is basically anything other than the current catalog name or null), it should report an error, not simply ignore the parameter and return invalid values.

from pgjdbc.

davecramer avatar davecramer commented on June 26, 2024

This behavior still looks very much like a bug to me compared to what's described in the JDBC API. If the getTables method receives a catalog name it cannot support (which is basically anything other than the current catalog name or null), it should report an error, not simply ignore the parameter and return invalid values.

we sort of punted here. I can support this position.

from pgjdbc.

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.