public inbox for [email protected]  
help / color / mirror / Atom feed
From: pip25 <[email protected]>
To: [email protected]
Subject: [pgjdbc/pgjdbc] 9ea59b: feat: return all catalogs for getCatalogs metadata...
Date: Sat, 21 Oct 2023 04:21:32 -0700
Message-ID: <pgjdbc/pgjdbc/push/refs/heads/master/[email protected]> (raw)

  Branch: refs/heads/master
  Home:   https://github.com/pgjdbc/pgjdbc
  Commit: 9ea59bd87f7920f1c2aba20ffef15acef85def60
      https://github.com/pgjdbc/pgjdbc/commit/9ea59bd87f7920f1c2aba20ffef15acef85def60
  Author: pip25 <[email protected]>
  Date:   2023-10-21 (Sat, 21 Oct 2023)

  Changed paths:
    M pgjdbc/src/main/java/org/postgresql/jdbc/PgDatabaseMetaData.java
    M pgjdbc/src/test/java/org/postgresql/test/jdbc2/DatabaseMetaDataTest.java

  Log Message:
  -----------
  feat: return all catalogs for getCatalogs metadata query (#2949) (#2953)

Use the pg.catalog.pg_database table present in all catalogs to return
the list of available catalogs, instead of just the current one the
connection uses. The table is filtered to include only the
catalogs that can be connected to.

closes pgjdbc#2949

Co-authored-by: Papp István Péter <[email protected]>








reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected]
  Subject: Re: [pgjdbc/pgjdbc] 9ea59b: feat: return all catalogs for getCatalogs metadata...
  In-Reply-To: <pgjdbc/pgjdbc/push/refs/heads/master/[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox