Re: Problems with PQfmod() returning -1 on varchar f - Mailing list pgsql-interfaces

From Bruce Momjian
Subject Re: Problems with PQfmod() returning -1 on varchar f
Date
Msg-id 200504100428.j3A4SOH28330@candle.pha.pa.us
Whole thread Raw
In response to Re: Problems with PQfmod() returning -1 on varchar f  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-interfaces
Tom Lane wrote:
> >  SELECT a.data,a.int16_col,a.int64_col,a.float32_col,
> >        a.float6_col,a.date_col,a.row_id
> >  FROM  table2 a  
> >  LEFT JOIN 
> >  (SELECT * 
> >   FROM table3 
> >  ) d ON (a.ROW_ID = d.ROW_ID) 
> >  WHERE d.ROW_ID IS NULL 
> > ) V__282 LIMIT 0;
> 
> The UNION will drop the typmod, even if both its inputs have the same
> typmod. See e.g.
> http://archives.postgresql.org/pgsql-general/2005-04/msg00204.php
> 
> This is on the agenda to look at for 8.1 ...

This is not on the community TODO?  Is it on yours?  Should it be on the
communties?

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-interfaces by date:

Previous
From: Vlad
Date:
Subject: Re: [Dbdpg-general] benchmarking old Pg and DBD::Pg
Next
From: mps@theintraweb.net
Date:
Subject: pg.py under Mac OS X