Currval question and confusion

Поиск
Список
Период
Сортировка
От Kumar S
Тема Currval question and confusion
Дата
Msg-id 20050305194047.71539.qmail@web51402.mail.yahoo.com
обсуждение исходный текст
Ответы Re: Currval question and confusion
Список pgsql-novice
Dear Group,
 my question:

I am using python scripts to create insert statements
for populating my tables.

First I fill table 1 and the primary key of table1 is
a FK in table2. Table2 PK is FK in Table3

I am filling in the following order:
Table 1

Take currval(table1_pk_seq) of ta table1 and write in
table2

Take currval in table2 and fill in the table3.

Now 3 people have simultaneously issued insert
statements. After some time while the second process
is still filling table 1 and enters table2 the currval
position has been changed. Then will I be assigning a
wrong FK in table2 and table3.

In this case Do i have to write any triggers.?

Please suggest some ideas.

thank you
k




__________________________________
Celebrate Yahoo!'s 10th Birthday!
Yahoo! Netrospective: 100 Moments of the Web
http://birthday.yahoo.com/netrospective/

В списке pgsql-novice по дате отправления:

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: Form Design Advice
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: Currval question and confusion