Re: PL/PGSQL for permutations?

From: Joe Conway <mail(at)joeconway(dot)com>
To: stimits(at)comcast(dot)net
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: PL/PGSQL for permutations?
Date: 2003-10-09 15:02:16
Message-ID: 3F857878.4010301@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

D. Stimits wrote:
> I'm still in need though of learning more about PL/PGSQL, as I have
> other programming to add (well, I could do this in C as a PostgreSQL
> C function, but I want to stick to PL/PGSQL for the moment). I'm
> still looking for a non-trivial, in-depth, full reference to
> PL/PGSQL. I've found many good introductory or tutorial type web
> pages, but not a full and complete reference to PL/PGSQL. The
> permutations were themselves the easy part, now each permutation has
> to do some non-trivial combinatorics on trigger whenever a change is
> made.
>

I can't point you to anything more than the online docs for PL/pgSQL,
but if you're needing non-trivial statistics/math you should take a look
at using PL/R instead (requires at least Postgres 7.3):
http://www.joeconway.com/plr/

HTH,

Joe

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jeffrey Melloy 2003-10-09 15:20:57 Re: Humor me: Postgresql vs. MySql (esp. licensing)
Previous Message scott.marlowe 2003-10-09 15:00:49 Re: How to delete unclosed connections?