Re: pg_restore load data

bricklen <bricklen@gmail.com>

From: bricklen <bricklen@gmail.com>
To: Ron Johnson <ron.l.johnson@cox.net>
Cc: "pgsql-general@postgresql.org" <pgsql-general@postgresql.org>
Date: 2017-11-16T21:13:15Z
Lists: pgsql-general
On Thu, Nov 16, 2017 at 1:07 PM, Ron Johnson <ron.l.johnson@cox.net> wrote:

> v9.2.7  (Yes, I know, it's old.  Nothing I can do about it.)
>
> During a "whole database" restore using pg_restore of a custom dump, when
> is the data actually loaded?  I've looked in the list output and don't see
> any "load" statements.
>

Look for COPY lines, that's how the data is restored.