Re: Insert into VIEW using RULE. Not possible to use nextval()?

From: Richard Broersma Jr <rabroersma(at)yahoo(dot)com>
To: Collin Peters <cadiolis(at)gmail(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Insert into VIEW using RULE. Not possible to use nextval()?
Date: 2007-05-03 17:26:59
Message-ID: 662419.466.qm@web31804.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


--- Collin Peters <cadiolis(at)gmail(dot)com> wrote:

> I am having the same problem that is documented elsewhere in the
> archives. Namely when you have a INSERT RULE on a VIEW the nextval()
> function doesn't behave properly (or it doesn't behave how I'd like it
> to).
>
> http://archives.postgresql.org/pgsql-sql/2003-07/msg00333.php
>

Is your problem that you can't insert more than one record at a time into your INSERTable VIEW?

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Collin Peters 2007-05-03 18:30:09 Re: Insert into VIEW using RULE. Not possible to use nextval()?
Previous Message Collin Peters 2007-05-03 17:04:26 Insert into VIEW using RULE. Not possible to use nextval()?