Re: how to insert '\\' in postgres database using java

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: how to insert '\\' in postgres database using java
Дата
Msg-id 20050715212549.GB25864@svana.org
обсуждение исходный текст
Ответ на Re: how to insert '\\' in postgres database using java  (Ropel <ropel@ropel.it>)
Список pgsql-general
On Fri, Jul 15, 2005 at 04:20:52PM +0200, Ropel wrote:
> If, as the name of the column suggests, the backslash is used for
> pathnames, why don't you bypass the problem by using normal slash (I.E:
> "path/to/my/file")? It works well
> with new windows versions and, of course, unix-style pathnames....

This has worked since DOS 2.0. Just not on the command line because the
slash is the option indicator. But the C library and the OS always
accepted forward slashes...

--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

Вложения

В списке pgsql-general по дате отправления:

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Function returning any (tuple) type
Следующее
От: Peter Fein
Дата:
Сообщение: Re: Return SETOF or array from pl/python