MCQs > IT & Programming > PostgreSQL >

Which of the following holds true when creating the function for a PL/pgSQL call handler, and installing PL/pgSQL in the default directory?

PostgreSQL MCQs

Which of the following holds true when creating the function for a PL/pgSQL call handler, and installing PL/pgSQL in the default directory?

Answer

Correct Answer:

CREATE FUNCTION plpgsqlHandle()

RETURNS OPAQUE

AS '/usr/local/pgsql/lib/plpgsql.so'

LANGUAGE 'C'; 


Explanation:

Note: This Question is unanswered, help us to find answer for this one

PostgreSQL Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

PostgreSQL Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it