Re: Second question on schemas and INDEX(es) ... - Mailing list pgsql-hackers

From Stephan Szabo
Subject Re: Second question on schemas and INDEX(es) ...
Date
Msg-id 20031015131819.B19726@megazone.bigpanda.com
Whole thread Raw
In response to Second question on schemas and INDEX(es) ...  ("Marc G. Fournier" <scrappy@hub.org>)
Responses Re: Second question on schemas and INDEX(es) ...
List pgsql-hackers
On Wed, 15 Oct 2003, Marc G. Fournier wrote:

> Okay, after feeling stupid about the last one (altho I hadn't thought to
> read the CREATE INDEX page, only the CREATE SCHEMA one), I really hate to
> ask this one ... but ... is this documented somewhere also:

CREATE INDEX isn't currently a "schema_element" I believe.

From CREATE SCHEMA:
"An SQL statement defining an object to be created within the schema.
Currently, only CREATE TABLE, CREATE VIEW, and GRANT are accepted as
clauses within CREATE SCHEMA. Other kinds of objects may be created in
separate commands after the schema is created."


pgsql-hackers by date:

Previous
From: Robert Treat
Date:
Subject: Re: Second question on schemas and INDEX(es) ...
Next
From: Andrew Dunstan
Date:
Subject: Re: Second question on schemas and INDEX(es) ...