Re: And I thought I had this solved.

2019-11-23 Thread stan
On Fri, Nov 22, 2019 at 04:06:14PM -0800, Adrian Klaver wrote: > On 11/22/19 3:52 PM, stan wrote: > > A while back I ran into problems caused by security fix related to the > > search path. I wound up adding a line to. for instance, this function: > > > > REATE FUNCTION > > work_hours > > ( > >

Re: And I thought I had this solved.

2019-11-22 Thread Adrian Klaver
On 11/22/19 3:52 PM, stan wrote: A while back I ran into problems caused by security fix related to the search path. I wound up adding a line to. for instance, this function: REATE FUNCTION work_hours ( start_date date, end_date date ) RETURNS decimal(10,4) stable language sql as

Re: And I thought I had this solved.

2019-11-22 Thread Adrian Klaver
On 11/22/19 3:52 PM, stan wrote: A while back I ran into problems caused by security fix related to the search path. I wound up adding a line to. for instance, this function: REATE FUNCTION work_hours ( start_date date, end_date date ) RETURNS decimal(10,4) stable language sql as

And I thought I had this solved.

2019-11-22 Thread stan
A while back I ran into problems caused by security fix related to the search path. I wound up adding a line to. for instance, this function: REATE FUNCTION work_hours ( start_date date, end_date date ) RETURNS decimal(10,4) stable language sql as $$ /* workaround for