Re: MATERIALIZED VIEW not showing MATERIALIZED in SQL pane

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: Paragon Corporation <lr(at)pcorp(dot)us>
Cc: pgadmin-support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: MATERIALIZED VIEW not showing MATERIALIZED in SQL pane
Date: 2013-08-16 17:38:45
Message-ID: CAG7mmowciGrXtUSmJDpVXzZ3PBAcF2-rd4rH93WTs7iJ8VCtPw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

The feature was not available in 1.18.0 alpha1 build.
If you want to use it, please build it from the development branch or
please wait for new release of pgAdmin III.

It has already been taken care in the repository.

On Thu, Aug 15, 2013 at 11:09 AM, Paragon Corporation <lr(at)pcorp(dot)us> wrote:

> I'm running pgAdmin 1.18.0 Alpha 1 on Windows
>
> IF I create a view
>
> CREATE MATERIALIZED VIEW mat_test
> AS SELECT generate_series(1,10) ;
>
> Then look at the view in the SQL pane, it shows this:
>
> CREATE OR REPLACE VIEW public.mat_test AS
> SELECT generate_series(1, 10) AS generate_series;
>
>
> Thanks,
> Regina
>
>
>
>
> --
> Sent via pgadmin-support mailing list (pgadmin-support(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-support

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company<http://www.enterprisedb.com>

*http://www.linkedin.com/in/asheshvashi*<http://www.linkedin.com/in/asheshvashi>

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message John Foelster 2013-08-16 18:15:17 Re: Password setting having somewhat bizarre results.
Previous Message Richard D Levine 2013-08-16 15:38:10 Re: MATERIALIZED VIEW not showing MATERIALIZED in SQL pane