Re: row-level security model - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: row-level security model
Date
Msg-id 20040402202646.GA18442@wolff.to
Whole thread Raw
In response to Re: row-level security model  (John DeSoi <jd@icx.net>)
List pgsql-general
On Fri, Apr 02, 2004 at 13:27:38 -0500,
  John DeSoi <jd@icx.net> wrote:
>
> On Apr 2, 2004, at 10:39 AM, Bruno Wolff III wrote:
>
> >Except for SQL functions which can be inlined, the optimizer can't
> >optimize what is being done in the function with what is being done
> >in the select statement. This might be a performance issue depending
> >on your particular circumstances.
>
> How does one specify a SQL function that can be inlined?

You use language 'SQL' in 7.4 or later.

pgsql-general by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: execute function after user connect
Next
From:
Date:
Subject: Re: Compound keys and foreign constraints