converting to hex

Поиск
Список
Период
Сортировка
От Jamie Deppeler
Тема converting to hex
Дата
Msg-id 425480C3.2070506@doitonce.net.au
обсуждение исходный текст
Список pgsql-general
Hi,

I am trying to write a function that will allow a postgres to convert a
text string into a hex value but there doesnt seem a function to do it,
only one i could find is to_hex(number) example of what i have done is

   update table1
   Set field2 = encode((select md5('field1')),'hex')
   where new."primary" = "primary";

any help would be greatfully received



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

Предыдущее
От: Hervé Piedvache
Дата:
Сообщение: Re: Big trouble with memory !!
Следующее
От: Chris Smith
Дата:
Сообщение: using limit with delete