Thread: Re: [HACKERS] Bug report form: locale/encoding

Re: [HACKERS] Bug report form: locale/encoding

From
"Magnus Hagander"
Date:
> > > Has anyone considered something like "reportbug" in Debian which
> > > collects a certain amount of information about the system
> and then
> > > creates an email with the information included. Of perhaps a
> > > pg_buginfo like this:
> >
> > pg_config and pg_controldata together cover most if not all of this
> > info, and neither requires a running postmaster.
>
> Excellent. Let's add some fields to the bug reporting form
> where people can paste the output.

Probably a good idea. With those, we don't really need specific
questions about locale, right?

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

Re: [HACKERS] Bug report form: locale/encoding

From
Tom Lane
Date:
"Magnus Hagander" <mha@sollentuna.net> writes:
> 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.

Also, I had forgotten that 8.1 is the first release in which pg_config
without any argument will give you a brain dump of all it knows.  Before
that, it's a lot less friendly ...

The pg_controldata output is probably more interesting in most cases
anyway, so put that question first.

            regards, tom lane