On Thu, Nov 16, 2017 at 1:07 PM, Ron Johnson <ron.l.john...@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.