Re: SELECTing from a function where i don't want the results - Mailing list pgsql-admin

From Wells Oliver
Subject Re: SELECTing from a function where i don't want the results
Date
Msg-id CAOC+FBUYtWgo13e5AqNnm5gzmcg_3XgZYwtsruOcpzXsm5CX8g@mail.gmail.com
Whole thread Raw
In response to Re: SELECTing from a function where i don't want the results  (Scott Ribe <scott_ribe@elevated-dev.com>)
Responses Re: SELECTing from a function where i don't want the results  (Scott Ribe <scott_ribe@elevated-dev.com>)
List pgsql-admin
Sorry guys, it works exactly the way I want, just wanted to suppress its output when called for thousands of rows. Apologies if I wasn't clear enough.

On Tue, Jul 7, 2020 at 6:07 PM Scott Ribe <scott_ribe@elevated-dev.com> wrote:
> On Jul 7, 2020, at 6:48 PM, Wells Oliver <wells.oliver@gmail.com> wrote:
>
> Yes: it returns one row per record for deletion with a deleted row count, and is called for hundreds (sometimes thousands) of records.

Why not write a function that works the way you want?


--

pgsql-admin by date:

Previous
From: Scott Ribe
Date:
Subject: Re: SELECTing from a function where i don't want the results
Next
From: Ron
Date:
Subject: Re: SELECTing from a function where i don't want the results