Re: Maybe a Bug, maybe bad SQL

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Grant <grant(at)conprojan(dot)com(dot)au>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Maybe a Bug, maybe bad SQL
Date: 2001-03-21 13:20:22
Message-ID: 200103211320.IAA14294@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Ross J. Reedstrom 2001-03-21 15:43:09 Re: Maybe a Bug, maybe bad SQL
Previous Message Brian C. Doyle 2001-03-21 13:07:56 Complex Query Help