Re: Get table catalog from pg_indexes

Christophe Pettus <xof@thebuild.com>

From: Christophe Pettus <xof@thebuild.com>
To: Igor Korot <ikorot01@gmail.com>
Cc: Erik Wienhold <ewie@ewie.name>, "pgsql-generallists.postgresql.org" <pgsql-general@lists.postgresql.org>
Date: 2022-11-27T18:44:22Z
Lists: pgsql-general

> On Nov 27, 2022, at 10:42, Igor Korot <ikorot01@gmail.com> wrote:
> 
> It doesn't say anything about "current" DB - only the DB.

In PostgreSQL terminology, a single PostgreSQL instance (the cluster) can have multiple databases.  The database the connection is currently open to is the current database.