Re: [GENERAL] Making NULLs visible.
Bruce Momjian <maillist@candle.pha.pa.us>
From: Bruce Momjian <maillist@candle.pha.pa.us>
To: stuart@ludwig.ucl.ac.uk (Stuart Rison)
Cc: pgsql-general@postgreSQL.org
Date: 1998-10-09T16:36:54Z
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@candle.pha.pa.us | (610) 853-3000 + If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania 19026