How to know if all insertions are finished

From: intmail01 <intmail01(at)gmail(dot)com>
To: pgsql-sql(at)lists(dot)postgresql(dot)org
Subject: How to know if all insertions are finished
Date: 2024-03-08 12:01:11
Message-ID: CAKJANSD8QG2XbkexZFpd=afVyvFfG=xNm6zVF-Z1DcK0+QrCig@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi,

Is there any way to know if several insertion are terminated.
I use libreoffice base to import at the same time many lines. When all
lines are inserted I have to do some data check. I dont find any way to
know if the insertion ends to start some function automatically.
I tried to use a STATEMENT trigger type but all lines are treated as
statement.

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Steve Midgley 2024-03-08 16:26:21 Re: How to know if all insertions are finished
Previous Message Campbell, Lance 2024-02-29 14:49:26 RE: How to find all current sequence IDs