Re: How to reference a DB with a period in its name ?

From: Jan Wieck <jan(at)wi3ck(dot)info>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: How to reference a DB with a period in its name ?
Date: 2024-03-30 14:06:30
Message-ID: 2cbb92f7-67d9-41c3-ba57-135a389204cb@wi3ck.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 3/29/24 17:16, David Gauthier 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).

SELECT * FROM "thedb.v1".theschem.thetab;

Just as documented.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2024-03-30 15:35:36 Re: Query on Postgres SQL transaction
Previous Message Ron Johnson 2024-03-30 13:23:15 Re: how to check if the license is expired.