From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: optimiser problem |
Date: | 2001-05-15 14:00:12 |
Message-ID: | 200105151400.f4FE0Cf01827@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
> Gavin Sherry <swm(at)linuxworld(dot)com(dot)au> writes:
> > CREATE TABLE "b" (
> > "id" bigint,
> > "string" text
> > );
>
> > SELECT * FROM b WHERE id=1;
>
> Try "WHERE id = 1::bigint".
>
> (Hey Bruce, is there anything about this in the FAQ?)
No, there is something in the TODO but not the FAQ. Can you give me
some text?
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2001-05-15 14:14:43 | Re: please apply patch for GiST (7.1.1, current cvs) |
Previous Message | Bruce Momjian | 2001-05-15 13:54:39 | Re: pg_index.isclustered can work |