X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id EF02F5E4075 for ; Fri, 6 Aug 2004 17:02:50 -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 01054-01 for ; Fri, 6 Aug 2004 20:02:43 +0000 (GMT) Received: from www.postgresql.com (www.postgresql.com [200.46.204.209]) by svr1.postgresql.org (Postfix) with ESMTP id A02825E3E30 for ; Fri, 6 Aug 2004 17:02:41 -0300 (ADT) Received: by www.postgresql.com (Postfix, from userid 80) id A40AA5A247F; Fri, 6 Aug 2004 17:02:40 -0300 (ADT) To: pgsql-www@postgresql.org Subject: New News Entry Message-Id: <20040806200240.A40AA5A247F@www.postgresql.com> Date: Fri, 6 Aug 2004 17:02:40 -0300 (ADT) From: www@www.postgresql.com (World Wide Web Owner) 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/24 X-Sequence-Number: 4799 A new entry has been added to the news database. Database Admin: http://www.postgresql.org/admin/edit_news.php?214 Submitted by: djw@reactor-core.org Headline: Scoop now works with Postgres Summary: After four years of being MySQL only, scoop, the famous mod_perl interactive community software that runs kuro5hin.org, works with Postgres. Story: Postgres is not officially supported by the scoop developers. To use it, you must checkout the cvs HEAD. You also need to do the install by hand; the automated scoop installer does not support Postgres. If you go to http://bugz.mostly-harmless.ca/show_bug.cgi?id=78 you can download my script for creating and populating the database and getting the grants done correctly. You also must download the correct database, with all MySQLisms fixed. Use it instead of the scoop.sql you get from cvs. You can get it from the same URL as my script.