Re: Creating a new database in pgadmin

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Thom Brown <thombrown(at)gmail(dot)com>
Cc: javib <javier(dot)burgos(at)ricoh(dot)es>, pgadmin-support(at)postgresql(dot)org
Subject: Re: Creating a new database in pgadmin
Date: 2010-03-17 11:40:47
Message-ID: 4BA0BFBF.8090406@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Le 17/03/2010 12:37, Thom Brown a écrit :
> On 17 March 2010 11:29, javib <javier(dot)burgos(at)ricoh(dot)es> wrote:
>
>>
>> Thanks for replying so fast Thom. I tried the following line and it didn't
>> work:
>>
>> CREATE TABLESPACE otraParti LOCATION '/media/Iomega HDD(F:)'
>>
>> and I'm getting the following error:
>> ERROR: couldn't define permissions for directory «/media/Iomega HDD(F:)»:
>> No
>> such file or directory
>>
>> Any ideas?
>>
>
>
> Is that directory owned by the postgres user? And does it exist at all? If
> you're using Windows, I'm not sure you can even use tablespaces. The
> "/media/otherdrive" example was a full path to a destination, so it could be
> "/mnt/drive/" or "/external" or something like that.
>

You can use tablespaces on Windows. It won't be a /media/something path
though. It will probably be something like F:/path/to/my/directory .

--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message javib 2010-03-17 11:51:08 Re: Creating a new database in pgadmin
Previous Message Guillaume Lelarge 2010-03-17 11:39:28 Re: report generation