Martijn van Oosterhout wrote:
On Wed, Sep 27, 2006 at 12:14:44PM +0300, Peter wrote:create table temp(a timestamptz); UNION ALL would probably be quicker still, you're right. Typecast eliminates the issue, you're right on that as well. However, my problem is that those statements are dynamically generated on various tables/columns, so typecasting would mean extracting target field type and translating fieldtype code into SQL typename. Rather messy. Peter |
- Re: [GENERAL] Insert/select union bug Peter
- Re: [GENERAL] Insert/select union bug Martijn van Oosterhout
- Re: [GENERAL] Insert/select union bug Peter
- Re: [GENERAL] Insert/select union bug Michael Glaesemann
- Re: [GENERAL] Insert/select union bug Martijn van Oosterhout
