Re: How to escape string in Postgres? - Mailing list pgsql-general

From Laurenz Albe
Subject Re: How to escape string in Postgres?
Date
Msg-id 04093112c084e767f09ffe34fe5f184a11088899.camel@cybertec.at
Whole thread Raw
In response to How to escape string in Postgres?  (Igor Korot <ikorot01@gmail.com>)
Responses Re: How to escape string in Postgres?
List pgsql-general
On Sat, 2026-03-28 at 23:08 -0700, Igor Korot wrote:
> In MS SQL server one can write a query like so
>
> SELECT a, b, c FROM [catalog].[schema].[table];
>
> What do I use in Postgres instead of []?

Normally, you read the documentation.

Yours,
Laurenz Albe



pgsql-general by date:

Previous
From: Igor Korot
Date:
Subject: How to escape string in Postgres?
Next
From: Igor Korot
Date:
Subject: Re: How to escape string in Postgres?