Re: [GENERAL] Making NULLs visible.

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: statsol(at)statsol(dot)com (Steve Doliov)
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] Making NULLs visible.
Date: 1998-10-09 20:14:01
Message-ID: 199810092014.QAA26025@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> > > Is there a way to make postgreSQL 'show' nulls rather than have them appear
> > > as blank fields?
>
> > I am always looking for suggestions on how to display nulls. It is on
> > the TODO list.
>
> I'd suggest a query option. The query option could filter the displayed
> data through a temporary table which would do a NULL to char() conversion
> as it were.
>
> similar to
> psql-> set query option id null as "NULL"
>
> then the interface would do the following if given a query
>

How do you feel about displaying nulls as \N, as we do in the COPY
output?

--
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 Taral 1998-10-09 20:40:14 RE: [GENERAL] Making NULLs visible.
Previous Message Steve Doliov 1998-10-09 19:03:48 Re: [GENERAL] Making NULLs visible.