Re: pg_dump (PostgreSQL) 9.4.1 - delay in checking if file exists - Mailing list pgsql-general

From pinker
Subject Re: pg_dump (PostgreSQL) 9.4.1 - delay in checking if file exists
Date
Msg-id 1436430251680-5857335.post@n5.nabble.com
Whole thread Raw
In response to Re: pg_dump (PostgreSQL) 9.4.1 - delay in checking if file exists  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pg_dump (PostgreSQL) 9.4.1 - delay in checking if file exists  (Adrian Klaver <adrian.klaver@aklaver.com>)
List pgsql-general
Tom Lane-2 wrote
> $ time pg_dump -f /z/q regression
> pg_dump: [archiver] could not open output file "/z/q": No such file or
> directory
>
> real    0m1.164s
> user    0m0.062s
> sys     0m0.034s
>
> However, I don't see that with any of the non-plain-text output formats:

In my case this is:

pg_dump: reading rewrite rules
pg_dump: reading large objects
pg_dump: reading dependency data
pg_dump: saving encoding = UTF8
pg_dump: saving standard_conforming_strings = off
pg_dump: saving database definition
pg_dump: [archiver] could not open output file "/djsklj.sql": No such file
or directory

real    1m6.841s
user    0m0.412s
sys    0m0.068s



--
View this message in context:
http://postgresql.nabble.com/pg-dump-PostgreSQL-9-4-1-delay-in-checking-if-file-exists-tp5856890p5857335.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


pgsql-general by date:

Previous
From: pinker
Date:
Subject: Re: pg_dump (PostgreSQL) 9.4.1 - delay in checking if file exists
Next
From: "Chas. Munat"
Date:
Subject: Re: 9.4 on Ubuntu 15.04: ENETUNREACH error?