Re: What is the meaning of pg_restore output?

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Alexandru Lazarev <alexandru(dot)lazarev(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: What is the meaning of pg_restore output?
Date: 2018-03-08 21:06:01
Message-ID: f0fff928-ef75-d963-5dd7-ec1b8e174753@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 03/08/2018 09:06 AM, Alexandru Lazarev wrote:
> client_min_messages GUC didn't change
>
> Commands are:
> pg_dump --host 127.0.0.1 --port 5432 --username postgres --format custom
> --blobs --file /tmp/postgresql.backup -Z9 my_db
>
> pg_restore -h 127.0.0.1 -p 5432 -U postgres -Fc -v -j$(nproc) -d my_db
> /tmp/postgresql.backup 2>&1 | tee /tmp/restore.txt
>
>

When I restore using 10.2 I see:

pg_restore: creating ACL "public.TABLE wl_week"

Do you see something similar?

My suspicion is that this might have something to do with the commits below:

https://git.postgresql.org/gitweb/?p=postgresql.git&a=search&h=HEAD&st=commit&s=+ACL

Someone with more knowledge of this will need to confirm or deny.

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message chris 2018-03-08 21:12:33 JDBC connectivity issue
Previous Message Justin Pryzby 2018-03-08 20:13:01 Re: circular wait not triggering deadlock ?