X-Original-To: pgsql-hackers-win32-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 0469A14B286E for ; Tue, 10 Aug 2004 04:48:17 -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 75169-04 for ; Tue, 10 Aug 2004 07:48:14 +0000 (GMT) Received: from pegasus.siol.net (pegasus.siol.net [193.189.160.40]) by svr1.postgresql.org (Postfix) with ESMTP id 9F15714B2868 for ; Tue, 10 Aug 2004 04:48:12 -0300 (ADT) Received: from kudu.siol.net ([10.10.10.22]) by pegasus.siol.net (InterMail vK.4.03.05.03 201-232-132-103 license 1cbf71897a39210db31154c99f0b4628) with ESMTP id <20040810074810.EZHD14040.pegasus@kudu.siol.net>; Tue, 10 Aug 2004 09:48:10 +0200 Received: from [192.168.0.1] ([193.77.157.10]) by kudu.siol.net (InterMail vK.4.03.05.03 201-232-132-103 license 1cbf71897a39210db31154c99f0b4628) with ESMTP id <20040810074810.WWKT16288.kudu@[193.77.157.10]>; Tue, 10 Aug 2004 09:48:10 +0200 Message-ID: <41187DB3.2020805@intera.si> Date: Tue, 10 Aug 2004 09:48:03 +0200 From: Aleksander Kmetec User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dave Page Cc: pgsql-hackers-win32@postgresql.org, pginstaller-devel@pgfoundry.org Subject: Re: Win32 PostgreSQL 8.0 Beta 1 Installer available References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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: 200408/129 X-Sequence-Number: 1807 I came across theese two problems while testing the installer: 1. Installer lists some database encodings which are not supported. Selecting win1250, for example, causes initdb to exit and the installation is then rolled back. initdb.log says: initdb: "WIN1250" is not a valid server encoding name 2. Uninstalling PG didn't remove the service. Instead, it just changed its startup type to "disabled". Other than that it seems to work great. I'm using windows 2000, sp4. Regards, Aleksander