Re: [HACKERS] Update Open Items list

From: jwieck(at)debis(dot)com (Jan Wieck)
To: jwieck(at)debis(dot)com
Cc: maillist(at)candle(dot)pha(dot)pa(dot)us, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Update Open Items list
Date: 1999-05-12 17:04:00
Message-ID: m10hcQK-000EBbC@orion.SAPserv.Hamburg.dsh.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> > CREATE VIEW ignores DISTINCT?
>
> Will not be fixed in v6.5. I'll add an elog(ERROR, ...) to
> reject those view definitions during CREATE VIEW.

Done.

>
> > CREATE TABLE t1 (a int4, b int4); CREATE VIEW v1 AS SELECT b, count(b)
> > FROM t1 GROUP BY b; SELECT count FROM v1; fails
>
> Fixed.
>
> SELECT b FROM v1; still fails with
>
> ERROR: union_planner: query is marked hasAggs, but I don't see any
>
> Must adjust hasAggs as final step in rewriter.

Done.

Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#======================================== jwieck(at)debis(dot)com (Jan Wieck) #

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-05-12 17:44:01 Re: [HACKERS] backend dies suddenly after a lot of error messages
Previous Message craig 1999-05-12 16:58:21 help