Documentation/help for materialized and recursive views

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Documentation/help for materialized and recursive views
Date: 2013-06-27 07:21:19
Message-ID: CABUevExjC9uWLkd_YEUzTPe1+GV4tWuevpOttfgYRS=DO3ePAQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Is there a particular reason why CREATE RECURSIVE VIEW is part of the
help for CREATE VIEW, but CREATE MATERIALIZED VIEW doesn't show up
there?

I realize the technical reason (they're different man pages, and that
also controls what's in \h in psql which is where I ran into it), but
was there any particular reason to split those up in the first place?

--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2013-06-27 07:25:14 Re: refresh materialized view concurrently
Previous Message Hitoshi Harada 2013-06-27 07:19:02 Re: refresh materialized view concurrently