Re: [GENERAL] view problems

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: pgsql(at)gefi(dot)ml(dot)org
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] view problems
Date: 1998-08-22 12:42:16
Message-ID: 199808221242.IAA19862@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Hi!
>
> I want to create a view, but it crashes my backend (postgresql 6.3.2):
>
> CREATE TABLE access

We don't support aggregates on views in 6.3, and sometimes it crashes.
6.4 has a new rewritten viw system, so it should work then.

6.4 beta is September 1.

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)

In response to

Browse pgsql-general by date

  From Date Subject
Next Message pgsql 1998-08-22 12:48:35 view problems
Previous Message Bruce Momjian 1998-08-22 12:29:45 Re: [GENERAL] More details on Database corruption