Re: BUG #6479: Wrong Slash in pg_restore

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6479: Wrong Slash in pg_restore
Date: 2012-02-21 18:28:12
Message-ID: 4F43E23C.7010303@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 02/21/12 6:22 AM, mikekeller987(at)frontier(dot)com wrote:
> I haven't been able to get pg_restore to restore a backup from pg_dump.
> When doing a restore from a Directory backup I noticed that pg_restore is
> using a forward slash instead of the required back slash when searching for
> toc.dat. I suspect that it is also doing the same thing for custom and tar
> backups as well.

windows filesystem APIs are perfectly happy with forward slashes in
paths, always have been.

--
john r pierce N 37, W 122
santa cruz ca mid-left coast

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2012-02-21 20:38:22 Re: BUG #6479: Wrong Slash in pg_restore
Previous Message mikekeller987 2012-02-21 14:22:23 BUG #6479: Wrong Slash in pg_restore