string function

Поиск
Список
Период
Сортировка
От Zakkr
Тема string function
Дата
Msg-id Pine.LNX.3.96.990929141359.27070B-100000@ara.zf.jcu.cz
обсуждение исходный текст
Ответы Re: [HACKERS] string function  ("D'Arcy" "J.M." Cain <darcy@druid.net>)
Список pgsql-hackers

Hi,

I wrote new buildin functions (inspired with ...src/backend/utils/adt):

text *asterisk(text *string) - Returns string, with all letters is
                               '*' and length of new string is equal
                               to original string.

text *pgcrypt(text *string)  - Returns string, cryped via DES crypt(3).


Do somebody want this func. ? I try write more string func. if will
interest.. (in PSQL is not strcat(), md5() ...etc.).

                    Zakkr

PS. sorry I new in PSQL development, but PSQL programing is very interest
for me :-))



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

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: RI and PARSER (was: Re: [HACKERS] RI status report #1)
Следующее
От: Christof Petig
Дата:
Сообщение: Re: [PATCHES] ECPGlib: NULL into bool, force indicator on NULL (2 patches)