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
uot;OK";} nagios$# return  "$r $output"; nagios$# $BODY$ language plperlu; ERROR:  language "plperlu" does not exist HINT:  Use CREATE EXTENSION to load the language into the database. nagios=# SELECT * FROM pg_language; lanname  | lanowner | lanispl | lanpltrus

CREATE EXTENSION to load the language into the database

2019-05-03 Thread Daulat Ram
uot;; nagios$# $BODY$ language plperlu; ERROR: language "plperlu" does not exist HINT: Use CREATE EXTENSION to load the language into the database. nagios=# SELECT * FROM pg_language; lanname | lanowner | lanispl | lanpltrus