On Wed, 7 Apr 2010, sherry.ctr....@faa.gov wrote:
Please just let me know if Postgres can do this kind of index or not.

create index idx1 on tb1(col1, col2)

Then later we can find it is useful or useless.

Have you tried it?

Grzegorz Jaśkiewicz <gryz...@gmail.com> wrote:
something like this:   create index idx1 on tb1(col1, col2);
yup :)

For those of you who are not native English speakers, "Yup" is a synonym for "Yes."

Matthew

--
Richards' Laws of Data Security:
1. Don't buy a computer.
2. If you must buy a computer, don't turn it on.
--
Sent via pgsql-performance mailing list (pgsql-performance@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-performance

Reply via email to