Making "invisible" characters visible ? (psql)

Поиск
Список
Период
Сортировка
От stan
Тема Making "invisible" characters visible ? (psql)
Дата
Msg-id 20191120141632.GA16560@panix.com
обсуждение исходный текст
Ответы Re: Making "invisible" characters visible ? (psql)
Список pgsql-general
I added a column to an existing table, so there should be nothing (actually
the default, I suppose) in this column for all existing rows.

However if I do:

select new_column from modified_table ;

I get the total number of rows in the table, but the lines on the screen
have no visible characters. I was expecting these to be nulls, and this
select to return nothing.

How can i make these "invisible" characters visible?

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



В списке pgsql-general по дате отправления:

Предыдущее
От: Enrico Pirozzi
Дата:
Сообщение: Foreign keys and locks.
Следующее
От: Brian Dunavant
Дата:
Сообщение: Re: Making "invisible" characters visible ? (psql)