Re: [GENERAL] Calling overloaded function with NULL argument

2009-02-09 Thread Tom Lane
Patryk Kordylewski writes: > i've found a strange behaviour when you have overloaded functions with > the same name and different argument types and try to call them with NULL. > The stored procedures with "text" and "text[]" argument type gets called > - the variants with "integer" / "integer[]

[GENERAL] Calling overloaded function with NULL argument

2009-02-09 Thread Patryk Kordylewski
Hello, i've found a strange behaviour when you have overloaded functions with the same name and different argument types and try to call them with NULL. The stored procedures with "text" and "text[]" argument type gets called - the variants with "integer" / "integer[]" produce the, i think exp