| From: | pinker <pinker(at)onet(dot)eu> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: pg_dump (PostgreSQL) 9.4.1 - delay in checking if file exists |
| Date: | 2015-07-09 08:24:11 |
| Message-ID: | 1436430251680-5857335.post@n5.nabble.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Chas. Munat | 2015-07-09 12:56:30 | Re: 9.4 on Ubuntu 15.04: ENETUNREACH error? |
| Previous Message | pinker | 2015-07-09 08:22:28 | Re: pg_dump (PostgreSQL) 9.4.1 - delay in checking if file exists |