Re: any way to make query use index?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"Chris Hoover" <revoohc@xxxxxxxxx> writes:
> On Nov 15, 2007 11:25 AM, Tom Lane <tgl@xxxxxxxxxxxxx> wrote:
>> If changing the queries seems impractical, you could add an index on
>> rev_code::text, or reconsider the choice of column type.

> how would you create this index?  create index rev_code_text_idx on
> rev_code_desc(rev_code::text) fails complaining "ERROR:  syntax error
> at or near "::""

You need more parentheses --- read the docs about expression indexes.

			regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux