Re: isnull() function in pgAdmin3 - Mailing list pgsql-general

From Adrian Klaver
Subject Re: isnull() function in pgAdmin3
Date
Msg-id e197d1ae-02e9-6361-2f20-9a0db06735f3@aklaver.com
Whole thread Raw
In response to Re: isnull() function in pgAdmin3  (dudedoe01 <marsalanaq@gmail.com>)
Responses Re: isnull() function in pgAdmin3  (dudedoe01 <marsalanaq@gmail.com>)
List pgsql-general
On 09/28/2016 02:24 PM, dudedoe01 wrote:
> <http://postgresql.nabble.com/file/n5923277/Capture.png>

In future can you copy and paste the error. It makes it easier to deal
with. Thanks.

>
> This is with the DATE data type. I have 9.5 version installed.

The type really does not matter. The issue is as the error says, there
is no isnull() function in Postgres:

test=# select version();
                                                            version


-----------------------------------------------------------------------------------------------------------------------------
  PostgreSQL 9.5.4 on i686-pc-linux-gnu, compiled by gcc (SUSE Linux)
4.8.3 20140627 [gcc-4_8-branch revision 212064], 32-bit
(1 row)


test=# select isnull();
ERROR:  function isnull() does not exist
LINE 1: select isnull();
                ^
HINT:  No function matches the given name and argument types. You might
need to add explicit type casts.



>
>
>
> --
> View this message in context: http://postgresql.nabble.com/isnull-function-in-pgAdmin3-tp5923122p5923277.html
> Sent from the PostgreSQL - general mailing list archive at Nabble.com.
>
>


--
Adrian Klaver
adrian.klaver@aklaver.com


pgsql-general by date:

Previous
From: Rakesh Kumar
Date:
Subject: Re: Multi tenancy : schema vs databases
Next
From: John R Pierce
Date:
Subject: Re: Multi tenancy : schema vs databases