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

From Igor Korot
Subject How to escape string in Postgres?
Date
Msg-id CA+FnnTy4Zcq1YDVL0dNKsZx-wn6ncq4O-a9=ra5pN_uWg7SNRg@mail.gmail.com
Whole thread
Responses Re: How to escape string in Postgres?
Re: How to escape string in Postgres?
List 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.


pgsql-general by date:

Previous
From: Ron Johnson
Date:
Subject: Re: slow sql query for big items
Next
From: Laurenz Albe
Date:
Subject: Re: How to escape string in Postgres?