string function - Mailing list pgsql-hackers

From Zakkr
Subject string function
Date
Msg-id Pine.LNX.3.96.990929141359.27070B-100000@ara.zf.jcu.cz
Whole thread Raw
Responses Re: [HACKERS] string function
List 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 by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: RI and PARSER (was: Re: [HACKERS] RI status report #1)
Next
From: Christof Petig
Date:
Subject: Re: [PATCHES] ECPGlib: NULL into bool, force indicator on NULL (2 patches)