Re: Rollback locks table - why? - Mailing list pgsql-sql

From Jan Peters
Subject Re: Rollback locks table - why?
Date
Msg-id 20080320150000.57560@gmx.net
Whole thread Raw
In response to Re: Rollback locks table - why?  (Craig Ringer <craig@postnewspapers.com.au>)
List pgsql-sql
Hello Craig,

> 
> Maybe you should tell the readers of this list a little more about what 
> you're trying to do and why?
> --

ok, so I'll do that: I am programming a small economic Java simulation/serious game that has to calculate the GDP after
12rounds. For doing this, I need the capital of each company at the very beginning of the game (i.e. runde (round)
"0").So when the user logs into the game, his/her client has to write a row in the the corresponding timeline table
whichholds the initial state of the company. For convinience reasons (since this will be used in laboratory conditions,
only)I would just not want to purge the tables each time the game is restarted but would like to be sure, that the
initialvalues are there for sure. The timeline can be dealt with via a timestamp that's also present.
 

So basically that's that.

Regards

Jan
-- 
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/?mc=sv_ext_mf@gmx


pgsql-sql by date:

Previous
From: Craig Ringer
Date:
Subject: Re: Rollback locks table - why?
Next
From: Erik Jones
Date:
Subject: Re: Select into