Re: How do i get the location or -D paramter to accept a windows path using cygwin postgresql - Mailing list pgsql-cygwin

From s0lao@netscape.net (S. L.)
Subject Re: How do i get the location or -D paramter to accept a windows path using cygwin postgresql
Date
Msg-id 605BFF5A.7ECC7273.00013D13@netscape.net
Whole thread Raw
In response to How do i get the location or -D paramter to accept a windows path using cygwin postgresql  ("Chris Brown" <cbrown@aurigin.com>)
List pgsql-cygwin
Chris,

[...]
>I am trying to create a new database at the location E:\PGdbs on a
>system running cygwin postgresql.
[...]
>
>Is there a workaround of some kind?
>
[...]

Yes, e.g. by replacing "E:\PGdbs" with `cygpath -u "E:\\PGdbs"` (note the double backslash) or with `cygpath -u
E:/PGdbs`.In both cases the $() shell notation could be used instead of `` (`cygpath -u "E:\\PGdbs"` becomes $(cygpath
-u"E:\\PGdbs") ). 
As a note, reading at least "Cygwin User's Guide" ( http://cygwin.com/cygwin-ug-net/cygwin-ug-net.html ) could also
helpmany users of cygwin enabled applications. 

SLao

__________________________________________________________________
McAfee VirusScan Online from the Netscape Network.
Comprehensive protection for your entire computer. Get your free trial today!
http://channels.netscape.com/ns/computing/mcafee/index.jsp?promo=393397

Get AOL Instant Messenger 5.1 free of charge.  Download Now!
http://aim.aol.com/aimnew/Aim/register.adp?promo=380455

pgsql-cygwin by date:

Previous
From: "Chris Brown"
Date:
Subject: How do i get the location or -D paramter to accept a windows path using cygwin postgresql
Next
From: Jason Tishler
Date:
Subject: Re: running postgresql7.3.4 under windows