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 8A554D1B19B; Wed, 14 Jul 2004 09:01:24 -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 93318-03; Wed, 14 Jul 2004 12:01:27 +0000 (GMT) Received: from Herge.rcsinc.local (mail.rcsonline.com [205.217.85.91]) by svr1.postgresql.org (Postfix) with ESMTP id D146CD1B275; Wed, 14 Jul 2004 09:01:18 -0300 (ADT) Content-class: urn:content-classes:message Subject: Re: [pgsql-hackers-win32] postgres sql setup on win32 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 14 Jul 2004 08:01:27 -0400 Message-ID: <6EE64EF3AB31D5448D0007DD34EEB34101AED6@Herge.rcsinc.local> X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [pgsql-hackers-win32] postgres sql setup on win32 Thread-Index: AcRpQhyXbaZPsJ+TQtqzymTjtZsexwAWAJGA From: "Merlin Moncure" To: "Andreas Pflug" Cc: , "PostgreSQL-documentation" 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: 200407/15 X-Sequence-Number: 2423 > >> execution of PostgreSQL by a user with administrative permissions is > >> not permitted. > >> The server must be started under an unprivileged user ID to prevent > >> possible system security compromise. See the documentation for > >> more information on how to properly start the server. > >> " > >> Any help? > > > > > > The error message tells you to start the server under an unpriviledged > > user ID. Logic dictates that you follow the hint from the error message. > > > > See the mailinglist archives for an in-depth discussion of this feature > > (the documentation is not up-to-date yet). > > >=20 > I wonder if we'll need a dedicated mailing list for this... I'll write something up today about it. Merlin