Search Postgresql Archives

Re: function problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



ABHANG RANE <arane@xxxxxxxxxxx> writes:
> I have written a function called similarity in postgresql which accepts 
> real[] as argument. I then call it by saying

> select * from similarity('{1.232,5.0000, 5.100, 10000}');

> I get this error.

> Could not choose a best candidate function. You may need to add 
> explicit type casts.

Apparently you've got more than one function named "similarity".
If that wasn't intentional, get rid of the bogus ones.  If it was,
cast your constant to make it clear which type you intend.

			regards, tom lane


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux