Re: Maybe a Bug, maybe bad SQL

From: Grant <grant(at)conprojan(dot)com(dot)au>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Maybe a Bug, maybe bad SQL
Date: 2001-03-21 05:27:36
Message-ID: Pine.LNX.4.21.0103211526160.5739-100000@webster.conprojan.com.au
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?

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message datactrl 2001-03-21 07:27:15 how do I find which ...
Previous Message Tom Lane 2001-03-21 05:26:53 Re: Maybe a Bug, maybe bad SQL