Re: replacing a function called "isnull" reports an error

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: César Arnold <cesararnold(at)yahoo(dot)com(dot)br>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: replacing a function called "isnull" reports an error
Date: 2004-08-24 19:14:42
Message-ID: 200408242114.42639.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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/

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Oliver Elphick 2004-08-24 19:34:06 Re: Inheritance and constraints duplicate values
Previous Message Alvaro Herrera 2004-08-24 19:11:48 Re: BUG #1228: numeric field from a view from a view does not recognise any where values