Re: append all columns in where-clause - Mailing list pgsql-general

From Tom Lane
Subject Re: append all columns in where-clause
Date
Msg-id 29332.988216346@sss.pgh.pa.us
Whole thread Raw
In response to Re: append all columns in where-clause  (will trillich <will@serensoft.com>)
List pgsql-general
will trillich <will@serensoft.com> writes:
>     "how can we cast 'varchar' to 'bpchar' or vice-versa?"

You just do it:

    select bpcharfld::varchar ...

or whatever.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: indices are crashed after installation of rpm
Next
From: Tom Lane
Date:
Subject: Re: Question on Bizarre Sorting (ORDER BY in 7.1)