Re: Postgres Analog of Oracle APPEND hint

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Rumpi Gravenstein <rgravens(at)gmail(dot)com>
Cc: Mark Johnson <remi9898(at)gmail(dot)com>, PostgreSQL <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Postgres Analog of Oracle APPEND hint
Date: 2021-02-25 16:34:46
Message-ID: 15701.1614270886@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Rumpi Gravenstein <rgravens(at)gmail(dot)com> 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rob Sargent 2021-02-25 16:40:42 Re: Postgres Analog of Oracle APPEND hint
Previous Message Tom Lane 2021-02-25 16:29:43 Re: Extension intarray and null values