Re: [PERFORM] PostgreSQL index issue

2012-07-16 Thread Albe Laurenz
codevally wrote: > I have a question regarding PostgreSQL 9.1 indexing. > > I am having a table and want to create a index for a column and I want to > store the data with time zone for that column. The questions are: > > 1. Can I create a index for a column which store time stamp with time zone.

[PERFORM] PostgreSQL index issue

2012-07-13 Thread codevally
Hi Fellows I have a question regarding PostgreSQL 9.1 indexing. I am having a table and want to create a index for a column and I want to store the data with time zone for that column. The questions are: 1. Can I create a index for a column which store time stamp with time zone. If can is there