Re: query that worked in 8.1 not working in 8.4

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: Sean Foreman <sean(dot)foreman(at)mpaygateway(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: query that worked in 8.1 not working in 8.4
Date: 2009-08-27 20:34:47
Message-ID: dcc563d10908271334h4a073e12x52414da104fc5207@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Aug 27, 2009 at 2:13 PM, Sean
Foreman<sean(dot)foreman(at)mpaygateway(dot)com> wrote:
> We recently upgraded postgres from 8.1 to 8.4.
>
> One of our queries stopped working and after some digging I've narrowed the
> problem down to this:
>
> table structure of interest:
>
> merchant_set
> merchant_set_id
>
> merchant
> merchant_id
> merchant_set_id
>
> customer
> customer_id
> merchant_set_id

So what data types are these? I'm guessing you're being bitten by
some auto-cast that got removed in 8.3. But that's just a guess.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2009-08-27 20:37:04 Re: query that worked in 8.1 not working in 8.4
Previous Message Rob Sargent 2009-08-27 20:30:33 Re: [SQL] Data audit trail techniques in postgresql