Re: infinite recursion detected in rules for relation

From: pinker <pinker(at)onet(dot)eu>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: infinite recursion detected in rules for relation
Date: 2015-02-13 09:21:56
Message-ID: 1423819316626-5837822.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

hmm I wanted to show only rows that was inserted today, so instead of
who='me' wanted to filter for instance where timestamp_column=CURRENT_DATE.

Yes, a view would be a solution but I thouhgt that's the case rules were
made for? Isn't it?

--
View this message in context: http://postgresql.nabble.com/infinite-recursion-detected-in-rules-for-relation-tp5837697p5837822.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Igor Stassiy 2015-02-13 10:32:44 Initializing JsonbValue from cstring
Previous Message Alexey Bashtanov 2015-02-13 07:01:26 Re: How to hide stored procedure's bodies from specific user