| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Simon Riggs <simon(at)2ndquadrant(dot)com> |
| Cc: | Bruce Momjian <bruce(at)momjian(dot)us>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, Malcus Imhof <malcus(at)terra(dot)com(dot)br>, pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: BUG #3760: Comment on restore database |
| Date: | 2007-11-19 23:38:51 |
| Message-ID: | 8240.1195515531@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
Simon Riggs <simon(at)2ndquadrant(dot)com> writes:
> Reason to do this now: Perf Tips have been changed for 8.3 to recommend
> using --single-transaction when restoring pg_dumps, because of fast COPY
> enhancement. Allowing this to cause an error will prevent the whole dump
> from restoring.
If it were indeed an error condition, this argument might have some
merit. Since it is not, I don't have a lot of sympathy for a hasty
last-minute change.
regression=# comment on database foo is 'z';
WARNING: database "foo" does not exist
COMMENT
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2007-11-19 23:40:09 | Re: BUG #3760: Comment on restore database |
| Previous Message | Bruce Momjian | 2007-11-19 21:29:47 | Re: [BUGS] BUG #3761: Problems with to_char(timestamp) and milliseconds |