RE: CREATE EXTENSION to load the language into the database

2019-05-03 Thread Daulat Ram
Daulat -Original Message- From: Adrian Klaver Sent: Friday, May 3, 2019 10:21 PM To: Daulat Ram ; pgsql-general@lists.postgresql.org Subject: Re: CREATE EXTENSION to load the language into the database On 5/3/19 8:56 AM, Daulat Ram wrote: > Hello team, > > We are getting below

Re: CREATE EXTENSION to load the language into the database

2019-05-03 Thread Adrian Klaver
packages then they will need to include the appropriate package. Regards, Daulat -Original Message- From: Adrian Klaver Sent: Friday, May 3, 2019 10:21 PM To: Daulat Ram ; pgsql-general@lists.postgresql.org Subject: Re: CREATE EXTENSION to load the language into the database On 5/3/1

Re: CREATE EXTENSION to load the language into the database

2019-05-03 Thread Adrian Klaver
On 5/3/19 8:56 AM, Daulat Ram wrote: Hello team, We are getting below issue while creating a function in Potsgres 11.2 nagios=# create or replace function diskf (filesystem text, warn int, err int) returns text as $BODY$ nagios$# use warnings; nagios$# use strict; nagios$# my $fs = $_[0];