Re: What is the meaning of pg_restore output? - Mailing list pgsql-general

From Adrian Klaver
Subject Re: What is the meaning of pg_restore output?
Date
Msg-id f0fff928-ef75-d963-5dd7-ec1b8e174753@aklaver.com
Whole thread Raw
In response to Re: What is the meaning of pg_restore output?  (Alexandru Lazarev <alexandru.lazarev@gmail.com>)
Responses Re: What is the meaning of pg_restore output?  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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.klaver@aklaver.com


pgsql-general by date:

Previous
From: Justin Pryzby
Date:
Subject: Re: circular wait not triggering deadlock ?
Next
From: chris
Date:
Subject: JDBC connectivity issue