Re:

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: "Kendrick C(dot) Wilson" <kendrick_wilson(at)hotmail(dot)com>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re:
Date: 2004-08-20 00:24:44
Message-ID: 200408200024.i7K0OiZ13338@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

  • at 2004-08-16 17:23:40 from Kendrick C. Wilson

Browse pgsql-docs by date

  From Date Subject
Next Message Josh Berkus 2004-08-24 18:08:51 Re: runtime-config.sgml
Previous Message Peter Eisentraut 2004-08-19 19:39:51 Re: runtime-config.sgml