Re: stored procedure

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Peter Choe <choepete(at)mindspring(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: stored procedure
Date: 2003-04-01 15:35:06
Message-ID: 20030401153506.GB15856@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Apr 01, 2003 at 09:36:28 -0500,
Peter Choe <choepete(at)mindspring(dot)com> wrote:
> is there a listing of the built in procedure and what they do? i did
> 'select * from pg_proc' and got the names, but i don't know what they
> actually do.
>
> what i am looking for is some random character generator function. is
> there anything like that in postgres?

There is a random function which you could use to get character data
(using a table lookup if nothing else). I wouldn't use that random
number generator for anything security related where the cost of
failure is high. It also might not be suitable for some kinds of
data analysis.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-04-01 15:42:45 Re: Dates in inserts
Previous Message Nigel J. Andrews 2003-04-01 15:26:27 Re: lo_copy()