From: "Kendrick C(dot) Wilson" <kendrick_wilson(at)hotmail(dot)com>
To: pgsql-docs(at)postgresql(dot)org
Subject:
Date: 2004-08-16 17:23:40
Message-ID: BAY1-F24u64K91boPRR00067fd3@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

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.

k=n^r/ck, SCJD,SCJP

What is Java Web Start?

_________________________________________________________________
Is your PC infected? Get a FREE online computer virus scan from McAfee
Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

Responses

  • Re: at 2004-08-20 00:24:44 from Bruce Momjian

Browse pgsql-docs by date

  From Date Subject
Next Message Marc G. Fournier 2004-08-17 19:15:18 7.3.7 packaged ...
Previous Message Bruce Momjian 2004-08-15 13:48:24 Re: 8.0 beta status