Re: Dropping a temporary view?

From: Rob Sargent <robjsargent(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Dropping a temporary view?
Date: 2024-03-20 17:00:50
Message-ID: cffd5e55-2805-4371-a111-be05966fc8f8@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 3/20/24 10:51, Celia McInnis wrote:
> The view is being used in some web query software that multiple people
> will be accessing and the contents of the view depend on what the
> person is querying, so I think that temporary views or tables are a
> good idea. I change to non-temporary views or tables (in a test
> version of the software which is not web-crawl-able) when I'm trying
> to debug things, and I guess I have to be careful to clean those up
> when I switch back to the temporary tables/views.
>
>
Are multiple people seeing the same dataset, or is each getting their
own data albeit of the same structure?  What mechanism populates the
web-page?  I ask because I think you might not need to make database
structures at all.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2024-03-20 17:01:37 Re: Dropping a temporary view?
Previous Message Christophe Pettus 2024-03-20 16:57:11 Re: Dropping a temporary view?