help with a rule...

Поиск
Список
Период
Сортировка
От Fabrizio Mazzoni
Тема help with a rule...
Дата
Msg-id 000e01c104a0$85b38de0$4f00a8c0@fabrizio
обсуждение исходный текст
Список pgsql-general
Hi all...i'm trying to make a view i created in postgres editable...
I was trying with a rule like this one:

create rule test_rl as on
insert to my_view do instead
insert to my_real_table;

but it doesn't seem to work...
Basically i need that the whole view must be editable..

Thanks for your suggestions..!

Bye!

fabrizio@macrongolf.com
http://macrongolf.com
http://eteampoint.com
http://macron.com


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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: Grab data WHERE table.ID NOT LIKE otherTable.ID
Следующее
От: alla@sergey.com (Alla)
Дата:
Сообщение: Read-only mode