COPY documentation with regard to references constraints - Mailing list pgsql-general

From Bruno Wolff III
Subject COPY documentation with regard to references constraints
Date
Msg-id 20241031113832.GA3409@wolff.to
Whole thread Raw
Responses Re: COPY documentation with regard to references constraints
Re: COPY documentation with regard to references constraints
List pgsql-general
I was unable to find any documentation clarifying if using COPY to load a 
table with rows referencing others rows in the same table, whether I 
had to worry about ordering of the input.
What I found (in 17) is that even if the references constraint wasn't 
set as deferrable, I could have rows for children before their parents 
in the COPY data and things still worked.



pgsql-general by date:

Previous
From: Priancka Chatz
Date:
Subject: Re: pg_wal folder high disk usage
Next
From: Dominique Devienne
Date:
Subject: Re: COPY documentation with regard to references constraints