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

From Igor Korot
Subject Re: How to escape string in Postgres?
Date
Msg-id CA+FnnTxD1Vw5J1sfY8m316AFrG8JpPnMNrCo9hgTabBiTH6VCQ@mail.gmail.com
Whole thread Raw
In response to Re: How to escape string in Postgres?  (Laurenz Albe <laurenz.albe@cybertec.at>)
Responses Re: How to escape string in Postgres?
List pgsql-general
Hi, Lauren’s,

On Sat, Mar 28, 2026 at 11:56 PM Laurenz Albe <laurenz.albe@cybertec.at> wrote:
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.

Agreed.
However trying to google on “Postgres escaping query” didnt produce any links to the docs.

Thx.



Yours,
Laurenz Albe

pgsql-general by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: How to escape string in Postgres?
Next
From: Pavel Stehule
Date:
Subject: Re: How to escape string in Postgres?