Re: Postgres Index - Mailing list pgsql-general

From Dann Corbit
Subject Re: Postgres Index
Date
Msg-id 87F42982BF2B434F831FCEF4C45FC33E5BC1C6B0@EXCHANGE.corporate.connx.com
Whole thread Raw
In response to Postgres Index  (Vishalakshi Navaneethakrishnan <nvishalakshi@sirahu.com>)
List pgsql-general

Here is the current formal definition for index creation:

http://www.postgresql.org/docs/9.2/static/sql-createindex.html

 

 

From: pgsql-general-owner@postgresql.org [mailto:pgsql-general-owner@postgresql.org] On Behalf Of Vishalakshi Navaneethakrishnan
Sent: Thursday, November 15, 2012 3:12 AM
To: pgsql-general@postgresql.org
Subject: [GENERAL] Postgres Index

 

Hi all,

 

Can we create composite index for one text column and integer column?

 

Thanks in advance..

 

--
Best Regards,
Vishalakshi.N

pgsql-general by date:

Previous
From: Chitra Creta
Date:
Subject: Re: Strategies/Best Practises Handling Large Tables
Next
From: Xiaobo Gu
Date:
Subject: How to list all schema names inside a PostgreSQL database through SQL