Re: views, queries, and locks - Mailing list pgsql-general

From Merlin Moncure
Subject Re: views, queries, and locks
Date
Msg-id CAHyXU0zauyEFdWJjoH4jhMQ7Cx58WcJfxMMHZ4X8Cma5pNmh9Q@mail.gmail.com
Whole thread Raw
In response to Re: views, queries, and locks  (Jon Nelson <jnelson+pgsql@jamponi.net>)
List pgsql-general
On Wed, Apr 4, 2012 at 8:50 AM, Jon Nelson <jnelson+pgsql@jamponi.net> wrote:
>
> I need to have something table-like from the client's perspective for
> a bunch of reasons.
> For now, assume that I want to keep using the view and that I'd like
> to find better ways to address my concerns.

hence my question upthread: "how sophisticated are the queries that
touch this, and how much data?" you can wrap the function output in a
view and even do other tricks to parameterize the function through the
view if necessary.

merlin

pgsql-general by date:

Previous
From: Jon Nelson
Date:
Subject: Re: views, queries, and locks
Next
From: Tom Lane
Date:
Subject: Re: views, queries, and locks