Re: : [GENERAL] Postgres IX

2005-04-01 Thread Richard Huxton
Shaun Clements wrote: Or better yet. Can anyone explain the use of indexing, effecting the performance of select query, using INDEXED columns, and non indexed columns. I.E. Select from table where column1 = '' and column2 = 'x' WHERE COLUMN1 is indexed, and COLUMN2 isnt. Well, if PG c

Re: : [GENERAL] Postgres IX

2005-04-01 Thread Shaun Clements
Title: : [GENERAL] Postgres IX Or better yet. Can anyone explain the use of indexing, effecting the performance of select query, using INDEXED columns, and non indexed columns.   I.E.   Select from table where column1 = '' and column2 = 'x'   WHERE COLUMN1 is

: [GENERAL] Postgres IX

2005-04-01 Thread Shaun Clements
Title: : [GENERAL] Postgres IX Can someone please explain to me , the use of CONSTRAINT ix_tablename Kind Regards, Shaun Clements