Re: create view problem

From: Thomas Hallgren <thomas(at)tada(dot)se>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: create view problem
Date: 2006-06-05 08:28:12
Message-ID: 4483EB1C.4030406@tada.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Chris Velevitch wrote:
> Why doesn't explain work with create views? There's nothing in the
> documentation saying it shouldn't.
>
No? The documentation for explain clearly states that the statement that follow the EXPLAIN
keyword is "Any SELECT, INSERT, UPDATE, DELETE, EXECUTE, or DECLARE statement". I don't see
CREATE (or any other ddl statement) in that list.

Regards,
Thomas Hallgren

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Antonios Katsikadamos 2006-06-05 09:41:34 Error during installation postgres on windows
Previous Message Adam Witney 2006-06-05 07:24:21 Re: does this mean i have a corruption?