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

From: Brian Dunavant <dunavant(at)gmail(dot)com>
To:
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Making "invisible" characters visible ? (psql)
Date: 2019-11-20 14:22:02
Message-ID: CAJ2+uGXmScrRQcEFEaJiLFAzLaWiGt_K+XTwsNRYpurfzX7Q9A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Enrico Pirozzi 2019-11-20 14:37:01 Re: Foreign keys and locks.
Previous Message stan 2019-11-20 14:16:32 Making "invisible" characters visible ? (psql)