> On Mar 29, 2024, at 14:16, David Gauthier <dfgpostg...@gmail.com> wrote > I tried encapsulating the DB name in double quotes (no good), single quotes > (still no good) escaping with '\' (no good), escaping with ".." (no good). This is probably more about the string handling in the API you are using than PostgreSQL per se, because enclosing the individual components in double quotes does indeed work: x.y=# select * from "x.y".s.t; i --- (0 rows)
- How to reference a DB with a period in its name ? David Gauthier
- Re: How to reference a DB with a period in its name... David G. Johnston
- Re: How to reference a DB with a period in its ... David G. Johnston
- Re: How to reference a DB with a period in ... David Gauthier
- Re: How to reference a DB with a period... Rob Sargent
- Re: How to reference a DB with a period in its name... Christophe Pettus
- Re: How to reference a DB with a period in its name... negora
- Re: How to reference a DB with a period in its name... Jan Wieck