Material Views in PostgreSQL

[expired user #10313]'s profile image [expired user #10313] posted 7 years ago in Feature discussion Permalink

I noticed that if a material view is created in PostgreSQL, e.g.

CREATE MATERIALIZED VIEW blue_console.retailrollup_view AS
 SELECT ...
   FROM ...
  WHERE ...
;

this view does not show up in the database tree, nor does it participate in the auto-completion.

I'd like to request this as an enhancement. Or is this already implemented, I am just missing something?

Thanks,

Dave Cherkassky

Please login to leave a reply, or register at first.