Rumpi Gravenstein <[email protected]> writes: > Unfortunately, I am not looking to load from an external source. My > process is moving data from source PostgreSQL tables to target PostgreSQL > tables.
The hints in https://www.postgresql.org/docs/current/populate.html would still largely apply, though of course not the advice to use COPY. regards, tom lane
