Re: update column based on postgis query on anther table

Поиск
Список
Период
Сортировка
От ssylla
Тема Re: update column based on postgis query on anther table
Дата
Msg-id 1373961468438-5763904.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: update column based on postgis query on anther table  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: update column based on postgis query on anther table  (Igor Neyman <ineyman@perceptron.com>)
Список pgsql-sql
Hi Tom,

I tried changing the trigger to be BEFORE instead of AFTER:

create trigger test1_point_get_id_test1_poly before insert or update on test1_point for each row execute procedure
test1_point_get_id_test1_poly();

But the problem persits, the column id_test1_poly remains empty.

Stefan



--
View this message in context:
http://postgresql.1045698.n5.nabble.com/update-column-based-on-postgis-query-on-anther-table-tp5763886p5763904.html
Sent from the PostgreSQL - sql mailing list archive at Nabble.com.



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: update column based on postgis query on anther table
Следующее
От: Igor Neyman
Дата:
Сообщение: Re: update column based on postgis query on anther table