combination of 'textcat' and 'interval' in 7.2. - Mailing list pgsql-sql

From Bhuvan A
Subject combination of 'textcat' and 'interval' in 7.2.
Date
Msg-id Pine.LNX.4.20.0202201723150.8841-100000@Larry
Whole thread Raw
Responses Re: combination of 'textcat' and 'interval' in 7.2.  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-sql
hi,

just a day back, i did upgrade to 7.2(from 7.1.2).

In my plpgsql functions, i did use(in 7.1.2) 
SELECT INTO <variable> interval(textcat (4, '' hours''));

But now, i do use (in 7.2)
SELECT INTO <variable> cast (textcat (4, '' hours'') as interval);

and it works.

is this a permanent fix? will it work in earlier and future releases?
Would like to get some links on migration of plpgsql functions from
7.1.x to 7.2?

Regards,
Bhuvaneswar.



pgsql-sql by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: Re: comparision chart
Next
From: Thomas Good
Date:
Subject: Re: Issues w/ 7.1 to 7.2 upgrade.