Re: [GENERAL] Predictive or scoring solution for PostgreSQL ?

2004-02-04 Thread Marc A. Leith
Quoting Mike Mascari <[EMAIL PROTECTED]>: > Quoting Hervé Piedvache <[EMAIL PROTECTED]>: > > >> Hi, > >> Does anyone know a predictive or a database scoring solution for > PostgreSQL > > in response, Marc A. Leith wrote: > > >H, it

Re: [GENERAL] Predictive or scoring solution for PostgreSQL ?

2004-02-05 Thread Marc A. Leith
On Thu, 05 Feb 2004 07:45:41 -0500, Mike Mascari wrote: >Marc A. Leith wrote: > >>Quoting Mike Mascari <[EMAIL PROTECTED]>: >> >> >>>Would Joe Conway's PL/R procedural language be any help here? I'd guess >>>there's a

Re: [GENERAL] Lock strategies!

2003-11-24 Thread Marc A. Leith
I think that defining forn_id as "serial" is what you are looking for. This will handle the assignment of unique numbers to the id for you (it creates a sequence table). The locking stategy is fraught with danger... and unnecessary. Marc A. Leith redboxdata inc. E-mail:[EMAIL