Hi,
On 2018-10-10 17:02:59 -0400, Ravi Krishna wrote:
> I am talking about pg_restore which is COPY FROM, which takes exclusive lock on the table
> while the data is loaded into the table.
pg_restore doesn't take locks on the table for the COPY, it does so
because creating the table takes an exclusive lock.
Greetings,
Andres Freund