pgsql crash when selecting a view

From: Sze Yuen Wong <swong_(at)yahoo(dot)com>
To: pgsql-general(at)hub(dot)org
Subject: pgsql crash when selecting a view
Date: 1999-03-09 14:58:10
Message-ID: 19990309145810.6516.rocketmail@send202.yahoomail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

Here's what I did to make it crash:

CRATE VIEW tmpView AS
SELECT count(*) FROM myTable;

SELECT * FROM tmpView;

- crash. Every single time.

Anyone knows why and how to make
it work?

Thanks.

Sze Wong

_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com

Browse pgsql-general by date

  From Date Subject
Next Message Sze Yuen Wong 1999-03-09 15:08:09 Re: [GENERAL] Calcuate percentage.
Previous Message Sze Yuen Wong 1999-03-09 14:54:46 Calcuate percentage.