| From: | "Magnus Hagander" <mha(at)sollentuna(dot)net> |
|---|---|
| To: | "Jasper Potts" <jasper(at)squarepark(dot)com>, <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Bypass administrative permissions restriction on windows? |
| Date: | 2005-01-17 20:17:29 |
| Message-ID: | 6BCB9D8A16AC4241919521715F4D8BCE47663F@algol.sollentuna.se |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
>I am trying to use Postgres as a embedded db from inside a
>Java Desktop
>application. I am trying to work our how to do the minimal install
>manually and start/stop the database from Java. I have come across the
>issue of Postgres not running as a user with administrative
>permissions.
>The solution to this is to create new user and give them access to the
>data directory which is ugly for a desktop application.
>
>Is there a way of bypassing the "no administrative permissions"
>requirement for a single user install on windows?
No, not unless you want to patch the source.
>Does Postgres 8 support Windows 98/ME. ? If so how does it work with
>users there?
No, postgresql requires an NT4 or better.
>Is there a way of starting postgres in process as a DLL?
No.
//Magnus
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2005-01-17 20:23:45 | Re: pg_restore |
| Previous Message | Magnus Hagander | 2005-01-17 20:14:31 | Re: Problem with win32 installer for PG 8.0 |