Re: View's plan not taking advantage of WHERE?

From: Mike Summers <msummers57(at)gmail(dot)com>
To: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: View's plan not taking advantage of WHERE?
Date: 2013-06-05 12:01:43
Message-ID: CAJGeMG9rfUYN3wm4G7S9FhNB1eFdxEZuOr+bLPwpgNEOqvx_eA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

From what I'm reading the View is frozen when it's created, including it's
plan, and the usual solution is to use a set returning function... is this
not true?

I've double checked all schemas and the view is only defined once.

Thanks.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2013-06-05 12:08:22 Re: View's plan not taking advantage of WHERE?
Previous Message Scott Marlowe 2013-06-05 11:53:31 Re: View's plan not taking advantage of WHERE?