Re: [SQL] Error on function parameters

2006-08-30 Thread Anton de Wet
On Wed, 30 Aug 2006, Ezequias Rodrigues da Rocha wrote: Hi list I am doing an statement like this: select insertPoints('C', '123456789', 12.5, 1, 987700944005, 104) and get the following error: ERROR: function inserirpontos("unknown", "unknown", numeric, integer, bigint, integer) does n

Re: [SQL] Error on function parameters

2006-08-30 Thread Tom Lane
"Ezequias Rodrigues da Rocha" <[EMAIL PROTECTED]> writes: > I am doing an statement like this: > select insertPoints('C', '123456789', 12.5, 1, 987700944005, 104) > My function is declared like this: > Function base.inserirPontos(char(1), varchar(255), numeric(12,2), int8, > int8, int8 ) ret