Re: Loading data from one table to another - Mailing list pgsql-admin

From Laurenz Albe
Subject Re: Loading data from one table to another
Date
Msg-id d56f02ddb857b53e537d1e1d54dc2e111e7c9937.camel@cybertec.at
Whole thread Raw
In response to Loading data from one table to another  (Sabyasachi Mukherjee <mukherjee.sabyasachi@outlook.com>)
Responses Re: Loading data from one table to another
List pgsql-admin
On Sun, 2024-10-13 at 06:24 +0000, Sabyasachi Mukherjee wrote:
> To copy the data - the command that I am trying to execute is (Insert into ...(Select * from )) using PGAdmin
>
> The command fails every time.
>
> ERROR:  Failed on request of size 1048576 in memory context "AfterTriggerEvents".out of memory
> ERROR:  out of memory
> SQL state: 53200
> Detail: Failed on request of size 1048576 in memory context "AfterTriggerEvents".

You have a row level AFTER INSERT trigger on the destination table.
Try without the trigger.

Yours,
Laurenz Albe



pgsql-admin by date:

Previous
From: Scott Ribe
Date:
Subject: Re: Loading data from one table to another
Next
From: Sbob
Date:
Subject: PostgreSQL Package conflicts on Fedora 40