Re: UDFs

From: hubert depesz lubaczewski <depesz(at)depesz(dot)com>
To: jf <jf(at)danglingpointers(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: UDFs
Date: 2007-08-13 09:29:58
Message-ID: 20070813092957.GA9977@depesz.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Aug 13, 2007 at 03:17:36PM +0000, jf wrote:
> Trying to implement some simple digest routines via UDFs and for whatever
> reason I get: ERROR: invalid memory alloc request size 4294967293 on
> PG_RETURN_TEXT_P(); any ideas what the issue is exactly?

just checking - you do realize that it's reinventing the wheel?
i mean - the code already exists, and is bundled in standard postgresql
sources?
if not - use pgcrypto module from contrib/

depesz

--
quicksil1er: "postgres is excellent, but like any DB it requires a
highly paid DBA. here's my CV!" :)
http://www.depesz.com/ - blog dla ciebie (i moje CV)

In response to

  • UDFs at 2007-08-13 15:17:36 from jf

Responses

  • Re: UDFs at 2007-08-13 17:07:50 from jf

Browse pgsql-general by date

  From Date Subject
Next Message Lim Berger 2007-08-13 10:51:37 Re: Unable to connect to PostgreSQL server via PHP
Previous Message John Coulthard 2007-08-13 09:05:54 Re: Unable to connect to PostgreSQL server via PHP