Hi, Christopher, On Sun, Nov 27, 2022 at 12:45 PM Christophe Pettus <[email protected]> wrote: > > > > > On Nov 27, 2022, at 10:42, Igor Korot <[email protected]> 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.
Just like any other DBMS. > The database the connection is currently open to is the current database. Are you saying I can't run any query on other DB? Or connect to DB and run select? Thank you.
