Re: optimiser problem - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: optimiser problem
Date
Msg-id 200105151400.f4FE0Cf01827@candle.pha.pa.us
Whole thread Raw
In response to Re: optimiser problem  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> Gavin Sherry <swm@linuxworld.com.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@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pg_index.isclustered can work
Next
From: Bruce Momjian
Date:
Subject: Re: pg_index.isclustered can work