Re: replacing a function called "isnull" reports an error - Mailing list pgsql-bugs

From Peter Eisentraut
Subject Re: replacing a function called "isnull" reports an error
Date
Msg-id 200408242114.42639.peter_e@gmx.net
Whole thread Raw
In response to replacing a function called "isnull" reports an error  (César Arnold <cesararnold@yahoo.com.br>)
Responses Re: replacing a function called "isnull" reports an error  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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/

pgsql-bugs by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: BUG #1228: numeric field from a view from a view does not recognise any where values
Next
From: Steffen Macke
Date:
Subject: Inconsistent pg_ctl behaviour: start vs. runservice