Re: Question on indexes

From: vishal saberwal <vishalsaberwal(at)gmail(dot)com>
To: Emil Rachovsky <zsevgymko(at)yahoo(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org
Subject: Re: Question on indexes
Date: 2005-12-19 16:29:09
Message-ID: 3e74dc250512190829o512abb49g7f5cb3b73841b64f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

CREATE INDEX code_idx ON films(code) TABLESPACE indexspace;

http://www.postgresql.org/docs/8.1/interactive/sql-createindex.html

vish

On 12/19/05, Emil Rachovsky <zsevgymko(at)yahoo(dot)com> wrote:
>
>
> Hi,
> Can anyone show me a simple way of creating an index
> in PostGre like that:
> create index indName on someTable(someIntColumn DESC)
> ?
>
> Thanks In Advance,
> Emil
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2005-12-19 16:31:33 Re: [SQL] Question on indexes
Previous Message vishal saberwal 2005-12-19 16:28:18 Re: libpq++ installation error

Browse pgsql-sql by date

  From Date Subject
Next Message Alvaro Herrera 2005-12-19 16:31:33 Re: [SQL] Question on indexes
Previous Message Tom Lane 2005-12-19 16:27:30 Re: Rule causes baffling error