Re: [BUGS] replacing a function called "isnull" reports an error

2004-08-27 Thread =?iso-8859-1?q?C=E9sar=20Arnold?=
Thanks Tom, I'm trying to drop the function and it's giving a similar message that the function cannot be dropped ... I have supposed that "isnull" was a reserved word, but the system could not accept to create a function if it cannot drop it (I guess). Thanks again. --- Tom Lane <[EMAIL PROTEC

Re: [BUGS] replacing a function called "isnull" reports an error

2004-08-24 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > César Arnold wrote: >> Hi, I created a function called "isnull" for test >> purposes and when trying to replace it returns the >> message belows : > ISNULL is a reserved word. You need to quote the name or pick a > different one. I think what he's

Re: [BUGS] replacing a function called "isnull" reports an error

2004-08-24 Thread Peter Eisentraut
César Arnold wrote: > Hi, I created a function called "isnull" for test > purposes and when trying to replace it returns the > message belows : ISNULL is a reserved word. You need to quote the name or pick a different one. -- Peter Eisentraut http://developer.postgresql.org/~petere/