Re: SELECTing from a function where i don't want the results

From: Wells Oliver <wells(dot)oliver(at)gmail(dot)com>
To: Scott Ribe <scott_ribe(at)elevated-dev(dot)com>
Cc: Ron <ronljohnsonjr(at)gmail(dot)com>, pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: SELECTing from a function where i don't want the results
Date: 2020-07-08 01:14:02
Message-ID: CAOC+FBUYtWgo13e5AqNnm5gzmcg_3XgZYwtsruOcpzXsm5CX8g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)elevated-dev(dot)com>
wrote:

> > On Jul 7, 2020, at 6:48 PM, Wells Oliver <wells(dot)oliver(at)gmail(dot)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?

--
Wells Oliver
wells(dot)oliver(at)gmail(dot)com <wellsoliver(at)gmail(dot)com>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Ron 2020-07-08 01:23:32 Re: SELECTing from a function where i don't want the results
Previous Message Scott Ribe 2020-07-08 01:06:59 Re: SELECTing from a function where i don't want the results