Re: That killer 3rd join...

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: Oliver Smith <oliver(at)ourshack(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: That killer 3rd join...
Date: 2000-09-07 13:23:57
Message-ID: Pine.BSF.4.21.0009071022410.572-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Oliver Smith 2000-09-07 13:27:46 Re: That killer 3rd join...
Previous Message Oliver Smith 2000-09-07 13:11:38 Re: That killer 3rd join...