Re: [SQL] index on int8 in PG 6.4.2

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Mirek Budzanowski <mirekb(at)tcs(dot)uni(dot)wroc(dot)pl>
Cc: pgsql-sql(at)hub(dot)org
Subject: Re: [SQL] index on int8 in PG 6.4.2
Date: 1999-05-25 00:38:05
Message-ID: 1778.927592685@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Mirek Budzanowski <mirekb(at)tcs(dot)uni(dot)wroc(dot)pl> writes:
> Anyone have any idea how to define a index ont int8 field?

Postgres 6.4 doesn't have support for indexes on int8.

In theory you could add it for yourself (there is some documentation
about index operators in the Developer's Guide) but it's not a simple
job. You would probably be better off to wait for 6.5, which does
have int8 index support...

regards, tom lane

Browse pgsql-sql by date

  From Date Subject
Next Message MAILER-DAEMON 1999-05-25 07:21:43 Undeliverable Message
Previous Message Tom Lane 1999-05-25 00:33:56 Re: [SQL] Fatal process interaction