On Sun, Sep 28, 2003 at 20:09:31 -0400,
Tom Lane <[EMAIL PROTECTED]> wrote:
>
> in other words, :print: is the same as :alnum:. This is obviously
> a bug, will fix ... wonder if Henry Spencer knows about it?
The really cute thing is I only found it because I made a mistake.
I didn't want to include spaces in what I was using it for and really
should have been using [:graph:] instead.
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match