booktown=# \pset null *nu11* Null display is
booktown=# SELECT 5 > NULL;
?column?
*null*
(1 row)
booktown=# SELECT NULL IS NULL;
? column?
t (1 row)
booktown=# SELECT NULL || 'Test'; ?column?