Re: pgsql problem

Поиск
Список
Период
Сортировка
От Grignon Etienne
Тема Re: pgsql problem
Дата
Msg-id 006f01c2de9f$6eb112e0$0201a8c0@zimmer
обсуждение исходный текст
Ответ на Re: pgsql problem  (Christoph Haller <ch@rodos.fzk.de>)
Ответы Re: pgsql problem  ("Victor Yegorov" <viy@pirmabanka.lv>)
Список pgsql-sql

> >
> > CREATE TRIGGER OnCreateUser
> > AFTER INSERT
> > ON users FOR EACH ROW
> > EXECUTE PROCEDURE CreateUserTrig();
> >
> Have you thought of using BEFORE INSERT instead of AFTER INSERT?


Well, no, but I want to do it only after the insert because I will use the
primary key to insert it in an other table, so I have to be sure that it has
been inserted.
Could you explain to me why it doesn't work ?

--
GRIGNON Etienne
Epitech Promo 2005
egrignon@egrignon.com
http://www.egrignon.com
http://www.hans-zimmer.com



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

Предыдущее
От: "Dan Langille"
Дата:
Сообщение: Re: Analyse article
Следующее
От: Tom Lane
Дата:
Сообщение: Re: GiST, Not Using Index