Re: [GENERAL] Making NULLs visible.

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: stuart(at)ludwig(dot)ucl(dot)ac(dot)uk (Stuart Rison)
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] Making NULLs visible.
Date: 1998-10-09 16:36:54
Message-ID: 199810091636.MAA11892@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Dear All,
>
> Is there a way to make postgreSQL 'show' nulls rather than have them appear
> as blank fields?
>
> code|name
> ----+----
> 5678|
> 8888|
> (2 rows)
>
> brecard5=> select * from test;
> code|name
> ----+------------------
> 1234|one two three four
> 5678|
> 9999|
> 8888|
> (4 rows)

I am always looking for suggestions on how to display nulls. It is on
the TODO list.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Doug Smith 1998-10-09 18:12:19
Previous Message Bruce Momjian 1998-10-09 16:34:21 Re: [GENERAL] How to drop entries in a table?