bytea HISTORY updates

Поиск
Список
Период
Сортировка
От Joe Conway
Тема bytea HISTORY updates
Дата
Msg-id 3BFB12C6.8090208@home.com
обсуждение исходный текст
Ответы Re: bytea HISTORY updates  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Bruce,

Please update HISTORY entries for bytea changes.

Remove:

Bytea comparison improvements, \### now requires three octal digits

Add:

Bug Fixes
  bytea \### now requires valid three digit octal number

Types
  Bytea comparison improvements, now supports =, !=, >, >=, <, and <=
  Bytea now supports btree indexes
  Bytea now supports LIKE, LIKE...ESCAPE, NOT LIKE, NOT LIKE...ESCAPE
  Bytea now supports string concatenation
  New Bytea functions - position(), substring, trim, btrim, and length
  New encode() function mode, 'escaped', converts minimally escaped
     bytea to/from text

Enhancements
  New libpq function, PQescapeBytea escapes binary string suitably for
     use as a SQL string literal


Joe


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Version checking when loading psql
Следующее
От: Joe Conway
Дата:
Сообщение: Re: bytea datatype documentation patch