Re: if not exists (SELECT 1... UNION SELECT 1...)

From: Alexander Farber <alexander(dot)farber(at)gmail(dot)com>
To:
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: if not exists (SELECT 1... UNION SELECT 1...)
Date: 2022-02-16 13:36:23
Message-ID: CAADeyWjqtVyBDHK2AxE3f_u85OjPi6Nzs2h_-GnOKhKMBJZQow@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ah, I have to do

RETURN '___WRONG___';

and not

out_text := '___WRONG___'
RETURN;

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ralf Schuchardt 2022-02-16 15:44:36 Re: if not exists (SELECT 1... UNION SELECT 1...)
Previous Message Alexander Farber 2022-02-16 13:30:01 Re: if not exists (SELECT 1... UNION SELECT 1...)