Re: Rollback locks table - why?

Поиск
Список
Период
Сортировка
От Jan Peters
Тема Re: Rollback locks table - why?
Дата
Msg-id 20080320150000.57560@gmx.net
обсуждение исходный текст
Ответ на Re: Rollback locks table - why?  (Craig Ringer <craig@postnewspapers.com.au>)
Список 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 по дате отправления:

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: Rollback locks table - why?
Следующее
От: Erik Jones
Дата:
Сообщение: Re: Select into