string function

From: Zakkr <zakkr(at)zf(dot)jcu(dot)cz>
To: pgsql-hackers <pgsql-hackers(at)postgreSQL(dot)org>
Subject: string function
Date: 1999-09-29 12:32:00
Message-ID: Pine.LNX.3.96.990929141359.27070B-100000@ara.zf.jcu.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 :-))

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-09-29 13:02:10 Re: [HACKERS] DROP TABLE inside transaction block
Previous Message Oleg Bartunov 1999-09-29 10:19:35 Re: [HACKERS] NULL as an argument in plpgsql functions (fwd)