Re: [GENERAL] For Tom Lane

2005-06-01 Thread Jeff Eckermann
"Scott Marlowe" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Fri, 2005-05-27 at 09:57, [EMAIL PROTECTED] wrote: > >> >> Thanks for answer Tom >> >> "Consider what happens when the user leaves for lunch" >> >> Well, I've already thought about it.But I'm working with >> VS2003 an

Re: MD5 computation (was: RE: [GENERAL] For Tom Lane)

2005-05-31 Thread Neil Conway
On Wed, 2005-06-01 at 08:22 +0200, Philippe Lang wrote: > What is the best way to calculate an MD5 Sum for a set of rows in a > table, on a Postgresql server? The md5() builtin function. contrib/pgcrypto is available if you need more sophisticated hashing / encryption. -Neil --

MD5 computation (was: RE: [GENERAL] For Tom Lane)

2005-05-31 Thread Philippe Lang
: Re: [GENERAL] For Tom Lane On Fri, 2005-05-27 at 09:57, [EMAIL PROTECTED] wrote: > > Thanks for answer Tom > > "Consider what happens when the user leaves for lunch" > > Well, I've already thought about it.But I'm working with > VS2003 and disc

Re: [GENERAL] For Tom Lane

2005-05-31 Thread Scott Marlowe
On Fri, 2005-05-27 at 09:57, [EMAIL PROTECTED] wrote: > > Thanks for answer Tom > > "Consider what happens when the user leaves for lunch" > > Well, I've already thought about it.But I'm working with > VS2003 and disconnected dataset.. so when user edit data > he's modifying an "old" disconnect

[GENERAL] For Tom Lane (Msg-ID: <[EMAIL PROTECTED]>)

2005-05-31 Thread [EMAIL PROTECTED]
> "gabriele zelasco" <[EMAIL PROTECTED]> writes: > > I would like to start a transaction with a sql function. > > When user press "edit" button on my form, i would lock the current row. > > After user has modified data on form, pressing "save" button I would save t= > > he modified row by sql updat

[GENERAL] For Tom Lane

2005-05-31 Thread [EMAIL PROTECTED]
From : "Tom Lane" [EMAIL PROTECTED] To : "gabriele zelasco" [EMAIL PROTECTED] Cc : pgsql-general@postgresql.org Date : Thu, 26 May 2005 17:50:29 -0400 Subject : Re: [GENERAL] Locking rows > "gabriele zelasco" <[EMAIL PROTECTED]> writes: > > I would like to start a trans