help with a rule...

From: "Fabrizio Mazzoni" <fabrizio(at)macron(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: help with a rule...
Date: 2001-07-04 15:46:41
Message-ID: 000e01c104a0$85b38de0$4f00a8c0@fabrizio
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)macrongolf(dot)com
http://macrongolf.com
http://eteampoint.com
http://macron.com

Browse pgsql-general by date

  From Date Subject
Next Message Trewern, Ben 2001-07-04 15:56:55 RE: FOREIGN KEY
Previous Message Martín Marqués 2001-07-04 15:42:59 Re: TODO item