X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 0451E5E46D3 for ; Thu, 19 Aug 2004 21:26:04 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 46285-10 for ; Fri, 20 Aug 2004 00:25:56 +0000 (GMT) Received: from candle.pha.pa.us (candle.pha.pa.us [207.106.42.251]) by svr1.postgresql.org (Postfix) with ESMTP id B14735E46CA for ; Thu, 19 Aug 2004 21:25:54 -0300 (ADT) Received: (from pgman@localhost) by candle.pha.pa.us (8.11.6/8.11.6) id i7K0OiZ13338; Thu, 19 Aug 2004 20:24:44 -0400 (EDT) From: Bruce Momjian Message-Id: <200408200024.i7K0OiZ13338@candle.pha.pa.us> Subject: Re: In-Reply-To: To: "Kendrick C. Wilson" Date: Thu, 19 Aug 2004 20:24:44 -0400 (EDT) Cc: pgsql-docs@postgresql.org X-Mailer: ELM [version 2.4ME+ PL108 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=5.0 tests= X-Spam-Level: X-Archive-Number: 200408/41 X-Sequence-Number: 2501 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