Re: [HACKERS] Re: [SQL] prob with aggregate and group by - returns multiplesh

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>, "'pgsql-sql(at)postgresql(dot)org'" <pgsql-sql(at)postgreSQL(dot)org>, PostgreSQL Development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Re: [SQL] prob with aggregate and group by - returns multiplesh
Date: 2000-02-29 05:59:12
Message-ID: 200002290559.AAA10605@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-sql

> Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu> writes:
> >> This is really an unfortunate case where someone should have read the SQL
> >> standard before putting in a feature. The SQL keyword is TEMPORARY, and
> >> TEMP is really a popular name for a dummy table.
>
> > So why not yank TEMP and require TEMPORARY?
>
> Probably we ought to stop to ask why TEMP is in there to begin with;
> perhaps for compatibility with some other RDBMS?

It was me. Informix uses it.

>
> If not, I'd vote for pulling it out. That's a heck of a poor word to
> reserve.

I am afraid of lots of user complaints, even if we had not already used
TEMP.

--
Bruce Momjian | http://www.op.net/~candle
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-hackers by date

  From Date Subject
Next Message The Hermit Hacker 2000-02-29 06:32:15 RE: [HACKERS] Re: ALTER TABLE DROP COLUMN
Previous Message Thomas Lockhart 2000-02-29 05:54:56 Re: [HACKERS] Re: NOT {NULL|DEFERRABLE} (was: bug in 7.0)

Browse pgsql-sql by date

  From Date Subject
Next Message Thomas Lockhart 2000-02-29 06:48:06 Re: [HACKERS] Re: [SQL] prob with aggregate and group by - returns multiplesh
Previous Message Thomas Lockhart 2000-02-29 05:48:12 Re: [HACKERS] Re: [SQL] prob with aggregate and group by - returns multiples