Re: Proposal for resolving casting issues - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: Proposal for resolving casting issues
Date
Msg-id GNELIHDDFBOCMGBFGEFOEEFICEAA.chriskl@familyhealth.com.au
Whole thread Raw
In response to Re: Proposal for resolving casting issues  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Proposal for resolving casting issues  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Re: Proposal for resolving casting issues  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Will the new casting stuff address this kind of annoyance?

usa=# select average(octet_length(val)) from users_sessions;
ERROR:  Function 'average(int4)' does not exist       Unable to identify a function that satisfies the given argument
types       You may need to add explicit typecasts

Chris



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Optimizer generates bad plans.
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Re: Postgres 7.2.2 Segment Error