Re: Question regarding threaded mode

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Milla Erdee <millueradfa(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Question regarding threaded mode
Date: 2005-02-16 19:08:22
Message-ID: 20050216190822.GA16636@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Feb 14, 2005 at 15:25:15 -0500,
Milla Erdee <millueradfa(at)yahoo(dot)com> wrote:
> The updating view syntax in many cases might be preferred in certian
> cases and other types of syntax in other cases, and it should be up to
> the programmer to decide which is best for a certian application.. A
> certian syntax might be best for a certian case but another might be
> best for another case. By the way, Updating views is where you can
> update a table with INSERT, DELETE, UPDATE etc through a view.

You can create rules on a view so that you can do INSERT, DELETE or
UPDATE using a view name as a table and have changes take place.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Craig Bryden 2005-02-16 19:12:03 OLEDB and the port number
Previous Message Ed L. 2005-02-16 18:41:35 Re: hung postmaster?