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

Поиск
Список
Период
Сортировка
От s0lao@netscape.net (S. L.)
Тема Re: How do i get the location or -D paramter to accept a windows path using cygwin postgresql
Дата
Msg-id 605BFF5A.7ECC7273.00013D13@netscape.net
обсуждение исходный текст
Ответ на How do i get the location or -D paramter to accept a windows path using cygwin postgresql  ("Chris Brown" <cbrown@aurigin.com>)
Список 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 по дате отправления:

Предыдущее
От: "Chris Brown"
Дата:
Сообщение: How do i get the location or -D paramter to accept a windows path using cygwin postgresql
Следующее
От: Jason Tishler
Дата:
Сообщение: Re: running postgresql7.3.4 under windows