Re: Comparison Predicates - example - documentation seems contradictory?

2022-10-09 Thread Ben Koshy
you're 100% right. Got it now. The documentation is correct and does not need to be changed. chrs. From: Alvaro Herrera Sent: Friday, 7 October 2022 7:49 PM To: benko...@hotmail.com ; pgsql-docs@lists.postgresql.org Subject: Re: Comparison Predicates - example -

Re: SQL-standard function bodies and creating SECURITY DEFINER routines securely

2022-10-09 Thread Noah Misch
On Fri, Oct 07, 2022 at 09:35:49AM -0400, Bruce Momjian wrote: > On Fri, Oct 7, 2022 at 08:05:36AM +, Erki Eessaar wrote: > > I confirmed, that setting search_path is indeed sometimes needed in case of > > SECURITY DEFINER routines that have SQL-standard bodies. See an example at > > the > >