Re: DELETE Query Hang

From: DrakoRod <drakoflames(at)hotmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: DELETE Query Hang
Date: 2019-11-12 23:01:21
Message-ID: 1573599681516-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I understand, yep is a 9.5 version, Can I use query like this to execute
smaller batches?:

DELETE FROM my_table
WHERE id IN (
SELECT id
FROM logtable
LIMIT 10
);

Thanks

-----
Dame un poco de fe, eso me bastarĂ¡.
Rozvo Ware Solutions
--
Sent from: https://www.postgresql-archive.org/PostgreSQL-general-f1843780.html

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rob Sargent 2019-11-12 23:04:16 Re: DELETE Query Hang
Previous Message Rob Sargent 2019-11-12 22:51:47 Re: DELETE Query Hang