Re: How to make an INSERT INTO to a view?

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Andre Lopes <lopes80andre(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to make an INSERT INTO to a view?
Date: 2009-07-30 19:58:47
Message-ID: 1248983927.18098.224.camel@monkey-cat.sm.truviso.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 2009-07-30 at 20:37 +0100, Andre Lopes wrote:
> I'am new to PostGre... I need to insert to a view. For security
> measures the users will be only able to insert to views.

Take a look at the rules system:
http://www.postgresql.org/docs/8.4/static/rules.html

Regards,
Jeff Davis

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sachin Srivastava 2009-07-30 20:14:19 Re: How do I run PG Tuning Wizard on Linux?
Previous Message A. Kretschmer 2009-07-30 19:57:13 Re: How to make an INSERT INTO to a view?