Re:

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re:
Дата
Msg-id 200408200024.i7K0OiZ13338@candle.pha.pa.us
обсуждение исходный текст
Ответ на ...  ("Kendrick C. Wilson" <kendrick_wilson@hotmail.com>)
Список pgsql-docs
Kendrick C. Wilson wrote:
> The version 8 doc needs to take windows OSs in to consideration, you should
> get more windows install on this version.
>
> For example
>
> The create tablespace command ......
>
> You need to specify the drive 'C' colon ':' and unix slash '/' (not the
> windows slash '\')
>
> create tablespace pgts location 'c:\pgts';
> ERROR:  tablespace location must be an absolute path
>
> create tablespace pgts location 'c:/pgts';
> CREATE TABLESPACE
>
> This is not documented.

You could use double-backslash, right?

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: "Kendrick C. Wilson"
Дата:
Сообщение: ...
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: runtime-config.sgml