Re: [GENERAL] Making NULLs visible.

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: taral(at)mail(dot)utexas(dot)edu (Taral)
Cc: statsol(at)statsol(dot)com, pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] Making NULLs visible.
Date: 1998-10-09 21:33:30
Message-ID: 199810092133.RAA28488@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

[Charset iso-8859-1 unsupported, filtering to ASCII...]
> > How do you feel about displaying nulls as \N, as we do in the COPY
> > output?
>
> And when I put \N in a text field? How do I distinguish? We need some kind
> of escaping system here... like turn '\' into '\\' and then '\N' is unique
> and non-textual. :) Also allows us to output control characters, etc., in a
> manner that is completely parsable.

Yes, \ always outputs as \\, excepts someone changed it last week, and I
am requesting a reversal. Do you like the \N if it is unique?

--
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 21:39:41 RE: [GENERAL] Making NULLs visible.
Previous Message Taral 1998-10-09 20:40:14 RE: [GENERAL] Making NULLs visible.