Re: [PATCH] pg_sleep(interval)
От | Robert Haas |
---|---|
Тема | Re: [PATCH] pg_sleep(interval) |
Дата | |
Msg-id | CA+TgmoaMZjjAVfNg4K0y=XAv-_0oDw59=SA4oi7s1hg1jFdr9Q@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: [PATCH] pg_sleep(interval) (Greg Stark <stark@mit.edu>) |
Ответы |
Re: [PATCH] pg_sleep(interval)
|
Список | pgsql-hackers |
On Fri, Aug 16, 2013 at 2:57 PM, Greg Stark <stark@mit.edu> wrote: > Except there are no data types that can be cast to both double and > interval currently. That, unfortunately, is not sufficient to avoid a problem. rhaas=# create or replace function foo(double precision) returns double precision as $$select $1$$ language sql; CREATE FUNCTION rhaas=# create or replace function foo(interval) returns interval as $$select $1$$ language sql; CREATE FUNCTION rhaas=# select foo('123'); ERROR: function foo(unknown) is not unique LINE 1: select foo('123'); ^ HINT: Could not choose a best candidate function. You might need to add explicit type casts. rhaas=# -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
В списке pgsql-hackers по дате отправления: