Re: [PATCH] pg_sleep(interval) - Mailing list pgsql-hackers

From Fabien COELHO
Subject Re: [PATCH] pg_sleep(interval)
Date
Msg-id alpine.DEB.2.02.1308232150470.3533@localhost6.localdomain6
Whole thread Raw
In response to Re: [PATCH] pg_sleep(interval)  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
> For example, if you had foo(point) and much later you want to add
> foo(box), someone might complain that foo('(1,2)') has worked for many
> releases now, and how common is that use?  If we had started out with
> foo(point) and foo(line) simultaneously, this wouldn't have become a
> problem.

You may provide foo(TEXT) along foo(box) so that foo('(1,2)') works as it 
did before.

-- 
Fabien.



pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: PL/pgSQL PERFORM with CTE
Next
From: Josh Berkus
Date:
Subject: Re: PL/pgSQL PERFORM with CTE