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

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: 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:23:32
Message-ID: 523b3669-3969-b6f3-2f9e-c4dd043c8167@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Especially since deleting one row at a time is very slow.

On 7/7/20 8:06 PM, Scott Ribe 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?

--
Angular momentum makes the world go 'round.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Scott Ribe 2020-07-08 01:24:55 Re: SELECTing from a function where i don't want the results
Previous Message Wells Oliver 2020-07-08 01:14:02 Re: SELECTing from a function where i don't want the results