Re: Watching for view changes

From: Mitar <mmitar(at)gmail(dot)com>
To: George Neuner <gneuner2(at)comcast(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Watching for view changes
Date: 2018-12-27 09:14:47
Message-ID: CAKLmikOHGCCT0_tSN8Ug_hZkcHHDnnOGTF5y1m8i7RF3EHdJcA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi!

I started a patch to address this limitation. [1]

[1] https://www.postgresql.org/message-id/CAKLmikMN%2B0W79A7Wg4krK55cTLxb%3DTARdz2b%3Dvqp19ao6AAZjw%40mail.gmail.com

Mitar

On Mon, Dec 24, 2018 at 1:38 AM Mitar <mmitar(at)gmail(dot)com> wrote:
>
> Hi!
>
> On Mon, Dec 24, 2018 at 1:31 AM George Neuner <gneuner2(at)comcast(dot)net> wrote:
> > Did you execute the view or simply define it? I think the table is
> > created the 1st time the view is executed.
>
> View is populated with data and I can select from it. Still, I cannot
> find any table which would look like it in pg_tables?
>
>
> Mitar
>
> --
> http://mitar.tnode.com/
> https://twitter.com/mitar_m

--
http://mitar.tnode.com/
https://twitter.com/mitar_m

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sameer Thakur 2018-12-27 09:26:25 Ipv6 address stored differently while using Inet type
Previous Message Mitar 2018-12-27 09:13:27 Re: CREATE UNLOGGED MATERIALIZED VIEW