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

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

On Wed, 15 Oct 2003, Stephan Szabo wrote:

> 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."

Damn, I really have to go take another English course ... *sigh*

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message murphy pope 2003-10-15 20:46:01 Novice questions about HeapTupleSatisfies
Previous Message Robert Treat 2003-10-15 20:34:04 Re: Second question on schemas and INDEX(es) ...