Re: Making "invisible" characters visible ? (psql)

From: stan <stanb(at)panix(dot)com>
To: Brian Dunavant <dunavant(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Making "invisible" characters visible ? (psql)
Date: 2019-11-20 15:01:27
Message-ID: 20191120150127.GA25434@panix.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Nov 20, 2019 at 09:22:02AM -0500, Brian Dunavant wrote:
> On Wed, Nov 20, 2019 at 9:16 AM stan <stanb(at)panix(dot)com> wrote:
>
> >
> > How can i make these "invisible" characters visible?
> >
> >
> >
> In psql, by default it displays nulls as nothing. You can specify what
> they should display as with:
>
> \pset null '<something>'
>
> Chances are those are all nulls, and will now display as whatever you set
> them to. If they aren't, let us know.
That worked, and yes they are NULLs, guess I expected to get 0 rows, as the
only column I requested contained ONLY NULL's.

basic misunderstanding on my part, i suppose.

Thank you for your help.

--
"They that would give up essential liberty for temporary safety deserve
neither liberty nor safety."
-- Benjamin Franklin

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter J. Holzer 2019-11-20 15:06:52 Re: mysysconf ?
Previous Message Joe Conway 2019-11-20 14:46:55 Re: Help with configuring pgAudit