> 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
  [EMAIL PROTECTED]            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

Reply via email to