Re: Second question on schemas and INDEX(es) ...

From: Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>
To: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Second question on schemas and INDEX(es) ...
Date: 2003-10-15 20:21:26
Message-ID: 20031015131819.B19726@megazone.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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."

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2003-10-15 20:29:57 Re: Second question on schemas and INDEX(es) ...
Previous Message Robert Treat 2003-10-15 20:20:56 Re: Second question on schemas and INDEX(es) ...