X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (av.hub.org [200.46.204.144]) by postgresql.org (Postfix) with ESMTP id 312C99DC854; Thu, 16 Mar 2006 11:44:25 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 33323-05; Thu, 16 Mar 2006 11:44:28 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey- X-Greylist: from auto-whitelisted by SQLgrey- Received: from mx-2.sollentuna.net (mx-2.sollentuna.net [195.84.163.199]) by postgresql.org (Postfix) with ESMTP id 0EA469DC873; Thu, 16 Mar 2006 11:44:21 -0400 (AST) Received: from ALGOL.sollentuna.se (janus.sollentuna.se [62.65.68.67]) by mx-2.sollentuna.net (Postfix) with ESMTP id 3C7B18F284; Thu, 16 Mar 2006 16:44:26 +0100 (CET) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Subject: Re: [HACKERS] Bug report form: locale/encoding Date: Thu, 16 Mar 2006 16:44:25 +0100 Message-ID: <6BCB9D8A16AC4241919521715F4D8BCEA35155@algol.sollentuna.se> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [HACKERS] Bug report form: locale/encoding Thread-Index: AcZJD1l8WVAlMU/ASRCai61pT1ir/wAALB9g From: "Magnus Hagander" To: "Martijn van Oosterhout" , "Tom Lane" Cc: , X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, score=0.103 required=5 tests=[AWL=0.103] X-Spam-Score: 0.103 X-Spam-Level: X-Archive-Number: 200603/92 X-Sequence-Number: 9682 > > > Has anyone considered something like "reportbug" in Debian which=20 > > > collects a certain amount of information about the system=20 > and then=20 > > > creates an email with the information included. Of perhaps a=20 > > > pg_buginfo like this: > >=20 > > pg_config and pg_controldata together cover most if not all of this=20 > > info, and neither requires a running postmaster. >=20 > Excellent. Let's add some fields to the bug reporting form=20 > where people can paste the output. Probably a good idea. With those, we don't really need specific questions about locale, right?=20 And those fields would definitly have to be made optional, I think. But just adding two optional fields: Output from pg_config: Output from pg_controldata: should do a lot. With that, we could even remove the version field if we wanted to - but do we? Might be good to keep it in case ppl have a question that doesn't need/want pg_config/pg_controldata. //Magnus