Re: MATERIALIZED VIEW not showing MATERIALIZED in SQL pane - Mailing list pgadmin-support

From Ashesh Vashi
Subject Re: MATERIALIZED VIEW not showing MATERIALIZED in SQL pane
Date
Msg-id CAG7mmowciGrXtUSmJDpVXzZ3PBAcF2-rd4rH93WTs7iJ8VCtPw@mail.gmail.com
Whole thread Raw
In response to MATERIALIZED VIEW not showing MATERIALIZED in SQL pane  ("Paragon Corporation" <lr@pcorp.us>)
List 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@pcorp.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@postgresql.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.linkedin.com/in/asheshvashi

pgadmin-support by date:

Previous
From: Richard D Levine
Date:
Subject: Re: MATERIALIZED VIEW not showing MATERIALIZED in SQL pane
Next
From: "John Foelster"
Date:
Subject: Re: Password setting having somewhat bizarre results.