pgAdmin Query tool output - wrap text

Поиск
Список
Период
Сортировка
От
Тема pgAdmin Query tool output - wrap text
Дата
Msg-id 000001d9fdbb$69cb1990$3d614cb0$@harryclarke.me.uk
обсуждение исходный текст
Ответы Re: pgAdmin Query tool output - wrap text  (Yogesh Mahajan <yogesh.mahajan@enterprisedb.com>)
Список pgadmin-support
Normally I don't want to wrap text, but having imported a table containing a
column with a very long text string, this has become necessary. In Excel
"Wrap Text" can be implemented for individual columns, and in psql, the same
thing can be achieved by submitting a command in the form of:

SELECT id, Regexp_Replace(long_description, '(.{10,100}) ' , E'\\1\n' , 'g')
AS description FROM my_table;

In psql, the resulting output for each row is displayed on multiple lines,
with a column width of 100, split on spaced between words. However, if I
submit the same command in the Query tool of pgAdmin, the result is
displayed on one line per row.
Would it be possible to implement something similar in pgAdmin?




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

Предыдущее
От: Andreas Laggner
Дата:
Сообщение: pgAdmin4 7.6 Server "Does not have clipboard access"
Следующее
От: roo hink
Дата:
Сообщение: Can't run the app pgAdmin 4