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>, pgsql-general(at)postgresql(dot)org
Subject: Re: What is the meaning of pg_restore output?
Date: 2018-03-08 15:30:03
Message-ID: e459045f-72f9-fe17-7407-8ea0de14c7e8@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 03/08/2018 01:49 AM, Alexandru Lazarev wrote:
> Hi PG community,
> I have questions about pg_restore output.
>
> At some point of time in pg_restore output was such phrase
> "*/pg_restore: setting owner and privileges for <RELATION_NAME>/*", then
> it disappeared, it seems, when upgraded from PG 9.6.2 to 9.6.6
> Other phrases "pg_restore: processing /*item */3615 DEFAULT id
> pg_restore: creating DEFAULT "public.id <http://public.id>"
> are observed if pg_restore is executed with flag -j N (where N > 1)
> and aren't present when -j 1 (or without -j)
>
> So main questions are:
> 1. What is the meaning of this phrases?
> 2. Are they documented somewhere?
> 3. Is it possible that output change from version to version?

I do not see any change in the release notes:
https://www.postgresql.org/docs/9.6/static/release.html

I would look at what at client_min_messages (enum) in:
https://www.postgresql.org/docs/9.6/static/runtime-config-logging.html

It would also helpful to see the complete pg_dump and pg_restore
commands you are working with.

>
> Why I am asking?
> I saw a script which does pg_restore and grep some of this phrases as
> SUCCESS indicator that pg_restore passed OK (+ something like grep -iv
> "error").
> script doesn't use pg_restore exit code because, as I understood from
> the authors, in the past were situations that pg_restore returned 0 code
> but didn't restore of db.
>
> Any answers, hints are welcome :).
> Thanks
>
> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=icon>
> Virus-free. www.avast.com
> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=link>
>
>
> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Francisco Olarte 2018-03-08 16:30:24 Re: Trigger to create string to inverse SQL statement
Previous Message David G. Johnston 2018-03-08 13:14:38 Re: Command to execute SQL string