Using placeholders when creating a materialized view

From: Mitar <mmitar(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Using placeholders when creating a materialized view
Date: 2018-12-29 08:07:22
Message-ID: CAKLmikOrGwwcF4JNNXeG8r+7N3SUrfcEYZQbZ2ytDs4=RAuaPg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi!

Is it possible to use placeholders and provide values to the query
when creating a materialized view? It looks like direct passing of
values to the query is not possible and I have to encode them?

Mitar

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Glenn Schultz 2018-12-29 15:40:34 initialize and use variable in query
Previous Message Mitar 2018-12-29 07:44:38 Re: In which session context is a trigger run?