Re: encode(bytea_value, 'escape') in PostgreSQL 9.0

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: encode(bytea_value, 'escape') in PostgreSQL 9.0
Дата
Msg-id 13765.1291442719@sss.pgh.pa.us
обсуждение исходный текст
Ответ на encode(bytea_value, 'escape') in PostgreSQL 9.0  (Florian Weimer <fweimer@bfk.de>)
Ответы Re: encode(bytea_value, 'escape') in PostgreSQL 9.0  (Florian Weimer <fweimer@bfk.de>)
Список pgsql-general
Florian Weimer <fweimer@bfk.de> writes:
> The old 'escape' encoding used by PostgreSQL 8.4 and prior was pretty
> helpful for getting human-readable strings in psql.  It seems this
> functionality was removed in PostgreSQL 9.0.  Was this an accident or
> a deliberate decision?  Could we get it back, please?

I think you're looking for "set bytea_output = escape".

            regards, tom lane

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

Предыдущее
От: Miguel Vaz
Дата:
Сообщение: Table design - postgresql solution
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PG84 and SELinux