Re: views, queries, and locks

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: Jon Nelson <jnelson+pgsql(at)jamponi(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: views, queries, and locks
Date: 2012-04-04 14:00:20
Message-ID: CAHyXU0zauyEFdWJjoH4jhMQ7Cx58WcJfxMMHZ4X8Cma5pNmh9Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Apr 4, 2012 at 8:50 AM, Jon Nelson <jnelson+pgsql(at)jamponi(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2012-04-04 14:01:17 Re: views, queries, and locks
Previous Message Jon Nelson 2012-04-04 13:50:15 Re: views, queries, and locks