Re: ERROR: expected just one rule action

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Dave Livesay <dlivesay(at)covad(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: ERROR: expected just one rule action
Date: 2008-02-10 17:42:41
Message-ID: 16066.1202665361@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dave Livesay <dlivesay(at)covad(dot)net> writes:
> Can anyone interpret this error message?

Something's whacked out about your ON SELECT rules for these views.
Further than that is harder to say --- have you tried looking at
\d output for them, or looked into pg_rewrite?

> It appears in response to each of the following queries in one
> instance of PostgreSQL 8.3:

What's the history of that instance?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dave Livesay 2008-02-10 17:44:04 Re: Is PG a moving target?
Previous Message Dave Livesay 2008-02-10 17:27:31 ERROR: expected just one rule action