Re: PL/PGSQL + inserts+updates+limit - Postgres 9.3

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Patrick Baker <patrickbakerbr(at)gmail(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: PL/PGSQL + inserts+updates+limit - Postgres 9.3
Date: 2016-06-02 00:26:49
Message-ID: CAKFQuwaU=N3JRuMkx80oUvNNyq4sH4+44m-bEqEGE_KP80J=Mg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Jun 1, 2016 at 8:10 PM, Patrick Baker <patrickbakerbr(at)gmail(dot)com>
wrote:

> Hi guys,
>
> I need a function ( PL/PGSQL ) to perform a deletion of some BLOBS...
>
>
​[...]

> When I will call the function: *select function_1_name(5000) or **select
> function_1_name(15000)* will it respect the limited by the rows?
>

​I'd suggest you setup a test environment with some unimportant data on a
non-production machine and try it yourself.

​​

David J.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Patrick Baker 2016-06-02 00:30:49 Re: PL/PGSQL + inserts+updates+limit - Postgres 9.3
Previous Message Patrick Baker 2016-06-02 00:10:55 PL/PGSQL + inserts+updates+limit - Postgres 9.3