How to escape string in Postgres?

From: Igor Korot <ikorot01(at)gmail(dot)com>
To: "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: How to escape string in Postgres?
Date: 2026-03-29 06:08:17
Message-ID: CA+FnnTy4Zcq1YDVL0dNKsZx-wn6ncq4O-a9=ra5pN_uWg7SNRg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

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 []?

Thank you.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Laurenz Albe 2026-03-29 06:56:04 Re: How to escape string in Postgres?
Previous Message Ron Johnson 2026-03-28 13:21:53 Re: slow sql query for big items