Re: Error on the query - Mailing list pgsql-general

From David G. Johnston
Subject Re: Error on the query
Date
Msg-id CAKFQuwbL6N36HihZ-Yx+=rWyV_mv9J6X6Uej+nfnmAT74v-dZg@mail.gmail.com
Whole thread Raw
In response to Error on the query  (Igor Korot <ikorot01@gmail.com>)
List pgsql-general
On Tuesday, March 4, 2025, Igor Korot <ikorot01@gmail.com> wrote:
[code]
        queries.push_back( L"DO $$ BEGIN IF NOT EXISTS( SELECT 1 FROM
pg_class c, pg_namespace n WHERE n.oid = c.relnamespace AND c.relname
= \'abcatc_x\' AND n.nspname = \'public\' ) THEN CREATE UNIQUE INDEX
\"abcatc_x\" ON \"abcatcol\"(\"abc_tnam\" ASC, \"abc_ownr\" ASC,
\"abc_cnam\" ASC); END IF; END;" );
[/code]

What am I missing?

“ ERROR:  unterminated dollar-quoted string at or near‘

The terminator for your dollar-quoted string.

David J.

 

pgsql-general by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: Error on the query
Next
From: Adrian Klaver
Date:
Subject: Re: Version compatibility