=?iso-8859-1?Q?Egy=FCd_Csaba?= <[EMAIL PROTECTED]> writes:
> ERROR:  Function addincominginvoice(integer, integer, "unknown", "unknown",
> "unknown", "unknown", integer, "unknown", "unknown", "unknown", "unknown",
> double precision) does not exist
> Unable to identify a function that satisfies the given argument types

The error message may be misleading you --- that same error will be
reported when there is no possible match in pg_proc, and when there
are multiple matches and the system can't figure out which to pick.
(I plan to try to make this better in 7.4...)  Given all the unknowns
you've got there, multiple matches seems like a likely problem.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Reply via email to