Re: How to escape string in Postgres?
Laurenz Albe <laurenz.albe@cybertec.at>
From: Laurenz Albe <laurenz.albe@cybertec.at>
To: Igor Korot <ikorot01@gmail.com>, "pgsql-generallists.postgresql.org" <pgsql-general@lists.postgresql.org>
Date: 2026-03-29T06:56:04Z
Lists: 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