Re: Tablespaces with Windows 2000

From: Stefan Balzter <Email(at)SteBaSoft(dot)de>
To: Magnus Hagander <mha(at)sollentuna(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: Tablespaces with Windows 2000
Date: 2005-11-30 16:05:52
Message-ID: 438DCDE0.4070208@SteBaSoft.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Magnus,

Magnus Hagander schrieb:
>>I'm having a hard time trying to create a tablespace with
>>Windows 2000 and PostgreSQL 8.

> In general, it's the service account that has to have permissions. When
> you say client/service, do you mean you want to create a tablespace on a
> network drive? If so, not supported.

I guess this was the original problem. Unfortunately, the PG
documentation does not mention this (not in the Tablespace chapter
anyway), so I spent some time with "try&error" until it worked.

> create a tablespace
> that's local to the server, that should work fine.

It works fine, but only if the Windows user who runs the service is also
the one who _creates_ the tablespace directory. Having R/W permission is
not enough. That's bad because the service-running user account is often
one specially created for PG and never really being logged in... well,
but once you know it, there's at least a way to work it out.

> Oh, and make sure all the filesystems are NTFS - tablesspaces is not
> supported on any other filesystems.

Yep, I had checked this.

Thanks for your reply.

Regards,
Stefan

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrus 2005-11-30 17:12:29 Re: Why pgAdmin III guru suggests VACUUM in 8.1
Previous Message Bob Pawley 2005-11-30 15:44:36 Limits