Re: How to escape string in Postgres?

From: Igor Korot <ikorot01(at)gmail(dot)com>
To: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
Cc: "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: How to escape string in Postgres?
Date: 2026-03-29 07:21:26
Message-ID: CA+FnnTxD1Vw5J1sfY8m316AFrG8JpPnMNrCo9hgTabBiTH6VCQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi, Lauren’s,

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Pavel Stehule 2026-03-29 08:00:08 Re: How to escape string in Postgres?
Previous Message Laurenz Albe 2026-03-29 06:56:04 Re: How to escape string in Postgres?