Re: BUG #2097: Union bug.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Evan Carroll" <personal(at)evancarroll(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2097: Union bug.
Date: 2005-12-07 15:00:31
Message-ID: 29129.1133967631@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Evan Carroll" <personal(at)evancarroll(dot)com> writes:
> IE Here is the exact querry
> select fkey_event as F, fkey_event from event_contact UNION select * from
> event_object ORDER BY fkey_event;

> and here is the header from the outputted table
> f | fkey_event
> -----+------------

And? I don't see anything wrong with that.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2005-12-07 15:40:53 Re: BUG #2096: bug in a SPI sample document
Previous Message Jozef Behran 2005-12-07 08:42:35 Re: BUG #2089: Documentation bug: Triggers in plpythonu