From: | "Magnus Hagander" <mha(at)sollentuna(dot)net> |
---|---|
To: | "Richard Sydney-Smith" <richard(at)ibisau(dot)com>, <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Windows file path for copy |
Date: | 2005-08-03 07:43:26 |
Message-ID: | 6BCB9D8A16AC4241919521715F4D8BCE6C7804@algol.sollentuna.se |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
> Windows XP SP2 with Postgresql 8.0.3
> Two commands on fails the other succeeds:
>
> Fails :
>
> select import_sharedata('C:\\Documents and
> Settings\\Richard\\Desktop\\EzyChart-20050721');
>
> Succeeds:
>
> select import_sharedata('C:\\EzyChart-20050721');
>
> is it the spaces in the path that postgres does not like? If
> so how do I format the enquiry pls?
>
> Failure message indicates that It can not access the file.
> However the file is downloaded to my destop and thus has been
> created with my permissions.
I assume import_sharedate() is a server-side function. In this case, the
*service account* needs permissions, not you. And don't grant it to your
desktop - that's generallyi a bad idea :-) Use a shared dir somewhere
that both you and the service accoutn has permissions on.
//Magnus
From | Date | Subject | |
---|---|---|---|
Next Message | Magnus Hagander | 2005-08-03 07:54:12 | Re: Need some help creating a database sandbox... |
Previous Message | Oluwatope Akinniyi | 2005-08-03 05:57:47 | Re: Insert ImageFile in PostgreSQL |