Re: Maybe a Bug, maybe bad SQL - Mailing list pgsql-sql

From Bruce Momjian
Subject Re: Maybe a Bug, maybe bad SQL
Date
Msg-id 200103211320.IAA14294@candle.pha.pa.us
Whole thread Raw
In response to Re: Maybe a Bug, maybe bad SQL  (Grant <grant@conprojan.com.au>)
Responses Re: Maybe a Bug, maybe bad SQL  (Cedar Cox <cedarc@visionforisrael.com>)
Re: Maybe a Bug, maybe bad SQL  ("Ross J. Reedstrom" <reedstrm@rice.edu>)
List pgsql-sql
> version 7.0.3
> 
> binary_data=# select day, date_part('day',  day) AS day from test;
>     day     | day
> ------------+-----
>  02/04/2000 |   2
>  01/04/2000 |   1
>  03/04/2000 |   3
> (3 rows)
> 
> binary_data=#
> 
> Why does everyone reply to the person as well as CC to the list when the
> person is on the list anyhow?

Good question.  They get the reply faster by sending it to them and the
list, and if someone later wants to reply only to the poster, they have
the email address right there.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-sql by date:

Previous
From: "Brian C. Doyle"
Date:
Subject: Complex Query Help
Next
From: Cedar Cox
Date:
Subject: Re: Maybe a Bug, maybe bad SQL