Re: Regular function - Mailing list pgsql-general

From Yuriy Rusinov
Subject Re: Regular function
Date
Msg-id CAA5U4syFzP3N5aBqO34DGpo6Tyrm0wKF5Xcmb4nxXemc09WM2A@mail.gmail.com
Whole thread Raw
In response to Re: Regular function  (ajmcello <ajmcello78@gmail.com>)
List pgsql-general
Hello !

One's more question arises. In my function sometimes I have to init random number generator via  gsl_rng * r = gsl_rng_alloc (gsl_rng_taus); see http://www.gnu.org/software/gsl/manual/html_node/Random-number-generator-initialization.html, may I keep this generator between connections to database ?

Thanks a lot.
Yuriy Rusinov.

pgsql-general by date:

Previous
From: Lee Hachadoorian
Date:
Subject: Re: Current Schema for Functions called within other Functions
Next
From: jesusthefrog
Date:
Subject: Re: Using varchar primary keys.