Re: Allowing postgresql to accept 0xff syntax for data types that it makes sense for?

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: Allowing postgresql to accept 0xff syntax for data types that it makes sense for?
Дата
Msg-id mjpood$p5u$1@ger.gmane.org
обсуждение исходный текст
Ответ на Re: Allowing postgresql to accept 0xff syntax for data types that it makes sense for?  (Bill Moran <wmoran@potentialtech.com>)
Список pgsql-general
Bill Moran wrote on 22.05.2015 18:57:
> Arrgh ... it's good that you're bringing this up, but you're making me
> realize that there's more to figure out than I originally thought ...
> My focus had been on it being used for BYTEA columns, but there _are_
> plenty of places in the code that do things like:

If this is only about a more compact format for BYTEA, the following is valid in Postgres:

   select '\xff'::bytea

It's not exactly what you are after, but maybe "good enough".


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

Предыдущее
От: twoflower
Дата:
Сообщение: Server tries to read a different config file than it is supposed to
Следующее
От: Thomas Kellerer
Дата:
Сообщение: Re: Allowing postgresql to accept 0xff syntax for data types that it makes sense for?