public inbox for [email protected]
help / color / mirror / Atom feedBug report form: locale/encoding
9+ messages / 5 participants
[nested] [flat]
* Bug report form: locale/encoding
@ 2006-03-16 09:11 Magnus Hagander <[email protected]>
0 siblings, 1 reply; 9+ messages in thread
From: Magnus Hagander @ 2006-03-16 09:11 UTC (permalink / raw)
To: pgsql-www; +Cc: [email protected]
Considering the amount of bug repotrs that get their first question as
"what's the locale" and "what's the encoding", should we perhaps add
those fields to the bug reporting form?
And if we should, should we add them as optional or mandatory?
//Magnus
^ permalink raw reply [nested|flat] 9+ messages in thread
* Re: [HACKERS] Bug report form: locale/encoding
@ 2006-03-16 09:52 Martijn van Oosterhout <[email protected]>
parent: Magnus Hagander <[email protected]>
0 siblings, 2 replies; 9+ messages in thread
From: Martijn van Oosterhout @ 2006-03-16 09:52 UTC (permalink / raw)
To: Magnus Hagander <[email protected]>; +Cc: pgsql-www; [email protected]
On Thu, Mar 16, 2006 at 10:11:23AM +0100, Magnus Hagander wrote:
> Considering the amount of bug repotrs that get their first question as
> "what's the locale" and "what's the encoding", should we perhaps add
> those fields to the bug reporting form?
>
> And if we should, should we add them as optional or mandatory?
Mandatory, including a quick description on how to get the values.
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_buginfo <dbname>
Platform: blah
Version: blah
Compiler: blah
etc...
FrozenXID: blah
Encoding: blah
Locale: blah
Which could then be cut and paste into an email or the bug form. Maybe
with optional table name it would provide more info about just that
table. Or if you provide a query it generates explain output.
Obviously it won't work in situations where the system is completely
broken.
Have a nice day,
--
Martijn van Oosterhout <[email protected]> http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.
Attachments:
[application/pgp-signature] signature.asc (189B, 2-signature.asc)
download
^ permalink raw reply [nested|flat] 9+ messages in thread
* Re: Bug report form: locale/encoding
@ 2006-03-16 14:38 William ZHANG <[email protected]>
parent: Martijn van Oosterhout <[email protected]>
1 sibling, 1 reply; 9+ messages in thread
From: William ZHANG @ 2006-03-16 14:38 UTC (permalink / raw)
To: [email protected]
>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:
It sounds good. Should we setup a bug tracker system for pgsql?
Regards,
William ZHANG
^ permalink raw reply [nested|flat] 9+ messages in thread
* Re: Bug report form: locale/encoding
@ 2006-03-16 15:04 Andrew Dunstan <[email protected]>
parent: William ZHANG <[email protected]>
0 siblings, 1 reply; 9+ messages in thread
From: Andrew Dunstan @ 2006-03-16 15:04 UTC (permalink / raw)
To: William ZHANG <[email protected]>; +Cc: [email protected]
William ZHANG wrote:
>>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:
>>
>>
>
>It sounds good. Should we setup a bug tracker system for pgsql?
>
>
>
>
Please start by reviewing previous discussions on this point. We really
don't need to have this discussion every few months.
cheers
andrew
^ permalink raw reply [nested|flat] 9+ messages in thread
* Re: [HACKERS] Bug report form: locale/encoding
@ 2006-03-16 15:07 Tom Lane <[email protected]>
parent: Martijn van Oosterhout <[email protected]>
1 sibling, 1 reply; 9+ messages in thread
From: Tom Lane @ 2006-03-16 15:07 UTC (permalink / raw)
To: Martijn van Oosterhout <[email protected]>; +Cc: Magnus Hagander <[email protected]>; pgsql-www; [email protected]
Martijn van Oosterhout <[email protected]> writes:
> 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.
regards, tom lane
^ permalink raw reply [nested|flat] 9+ messages in thread
* Re: [HACKERS] Bug report form: locale/encoding
@ 2006-03-16 15:35 Martijn van Oosterhout <[email protected]>
parent: Tom Lane <[email protected]>
0 siblings, 0 replies; 9+ messages in thread
From: Martijn van Oosterhout @ 2006-03-16 15:35 UTC (permalink / raw)
To: Tom Lane <[email protected]>; +Cc: Magnus Hagander <[email protected]>; pgsql-www; [email protected]
On Thu, Mar 16, 2006 at 10:07:52AM -0500, Tom Lane wrote:
> Martijn van Oosterhout <[email protected]> writes:
> > 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.
Have a nice day,
--
Martijn van Oosterhout <[email protected]> http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.
Attachments:
[application/pgp-signature] signature.asc (189B, 2-signature.asc)
download
^ permalink raw reply [nested|flat] 9+ messages in thread
* Re: [HACKERS] Bug report form: locale/encoding
@ 2006-03-16 15:44 Magnus Hagander <[email protected]>
0 siblings, 1 reply; 9+ messages in thread
From: Magnus Hagander @ 2006-03-16 15:44 UTC (permalink / raw)
To: Martijn van Oosterhout <[email protected]>; Tom Lane <[email protected]>; +Cc: pgsql-www; [email protected]
> > > 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
^ permalink raw reply [nested|flat] 9+ messages in thread
* Re: [HACKERS] Bug report form: locale/encoding
@ 2006-03-16 16:06 Tom Lane <[email protected]>
parent: Magnus Hagander <[email protected]>
0 siblings, 0 replies; 9+ messages in thread
From: Tom Lane @ 2006-03-16 16:06 UTC (permalink / raw)
To: Magnus Hagander <[email protected]>; +Cc: Martijn van Oosterhout <[email protected]>; pgsql-www; [email protected]
"Magnus Hagander" <[email protected]> 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
^ permalink raw reply [nested|flat] 9+ messages in thread
* Re: Bug report form: locale/encoding
@ 2006-03-17 01:33 William ZHANG <[email protected]>
parent: Andrew Dunstan <[email protected]>
0 siblings, 0 replies; 9+ messages in thread
From: William ZHANG @ 2006-03-17 01:33 UTC (permalink / raw)
To: Andrew Dunstan <[email protected]>; +Cc: [email protected]
----- Original Message -----
From: "Andrew Dunstan" <[email protected]>
To: "William ZHANG" <[email protected]>
Cc: <[email protected]>
Sent: Thursday, March 16, 2006 11:04 PM
Subject: Re: [HACKERS] Bug report form: locale/encoding
> William ZHANG wrote:
>
>>>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:
>>>
>>>
>>
>>It sounds good. Should we setup a bug tracker system for pgsql?
>>
>>
>>
>>
>
> Please start by reviewing previous discussions on this point. We really
> don't need to have this discussion every few months.
My apologies.
Now I have read the posts here:
http://archives.postgresql.org/pgsql-hackers/2004-02/msg00853.php
http://archives.postgresql.org/pgsql-hackers/2004-02/msg00964.php
Regards,
William ZHANG
^ permalink raw reply [nested|flat] 9+ messages in thread
end of thread, other threads:[~2006-03-17 01:33 UTC | newest]
Thread overview: 9+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2006-03-16 09:11 Bug report form: locale/encoding Magnus Hagander <[email protected]>
2006-03-16 09:52 ` Martijn van Oosterhout <[email protected]>
2006-03-16 14:38 ` William ZHANG <[email protected]>
2006-03-16 15:04 ` Andrew Dunstan <[email protected]>
2006-03-17 01:33 ` William ZHANG <[email protected]>
2006-03-16 15:07 ` Tom Lane <[email protected]>
2006-03-16 15:35 ` Martijn van Oosterhout <[email protected]>
2006-03-16 15:44 Re: [HACKERS] Bug report form: locale/encoding Magnus Hagander <[email protected]>
2006-03-16 16:06 ` Tom Lane <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox