| От | Luca Rasconi |
|---|---|
| Тема | FW: help with serial |
| Дата | |
| Msg-id | 000901c5757b$2b3b7030$19040a0a@cefriel.it обсуждение |
| Ответы |
Re: FW: help with serial
|
| Список | pgsql-sql |
Hi all,
There’s a behaviour I can’t understand!!!!
There is table TABLE_A with 3 columns (uid, id, session) where uid is the pk and the data type is serial.
There is table TABLE_B with 3 columns (uid, ts_col, col) where uid is the pk.
On table TABLE_A I have a rule on insert like this:
CREATE OR REPLACE RULE r1 AS
ON INSERT TO TABLE_A DO INSERT INTO TABLE_B (uid)
VALUES ((new.uid));
Till now… ok…
When I do an insert
insert into TABLE_A ("id", "session") values (7, 'aaaaaaaaaaaaa');
I have this row,
In table TABLE_A
37; 7; "aaaaaaaaaaaaa"
while in table TABLE_B
38; ""; ""
how is it possible, why in a table 37 and in the other 37 + 1?
Thank you,
Luca
В списке pgsql-sql по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера