help with a rule... - Mailing list pgsql-general

From Fabrizio Mazzoni
Subject help with a rule...
Date
Msg-id 000e01c104a0$85b38de0$4f00a8c0@fabrizio
Whole thread Raw
List 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 by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Grab data WHERE table.ID NOT LIKE otherTable.ID
Next
From: alla@sergey.com (Alla)
Date:
Subject: Read-only mode