Re: That killer 3rd join... - Mailing list pgsql-general

From The Hermit Hacker
Subject Re: That killer 3rd join...
Date
Msg-id Pine.BSF.4.21.0009071022410.572-100000@thelab.hub.org
Whole thread Raw
In response to Re: That killer 3rd join...  (Oliver Smith <oliver@ourshack.com>)
Responses Re: That killer 3rd join...
List pgsql-general
On Thu, 7 Sep 2000, Oliver Smith wrote:

> CREATE VIEW silver AS
>  SELECT * FROM jcombo_query WHERE metal_uid = 1 ;
>
> CREATE VIEW elec AS
>  ...
>
> However, when I did that, postgres went away. I'll give your idea a try,
> it looks quite promising.

Ya, looked at that ... you were doing a VIEW of a VIEW ... not sure why it
blew up taht way, but I'm suspecting it was that tha tblew it up ...

BTW, what do you mean by 'went away'?  crashed, or just hung there?



pgsql-general by date:

Previous
From: Oliver Smith
Date:
Subject: Re: That killer 3rd join...
Next
From: Oliver Smith
Date:
Subject: Re: That killer 3rd join...