vmware-archive / sre-test

Greenplum - Open Source SRE test project.
2 stars 0 forks source link

For a language not known in the pg_pltemplate catalog #153

Closed Govind-cg closed 3 years ago

Govind-cg commented 3 years ago

Page no 1054:

Issue: For a language not known in the pg_pltemplate catalog: This example fails when ran as it is .

CREATE FUNCTION plsample_call_handler() RETURNS language_handler AS '$libdir/plsample' LANGUAGE C; CREATE LANGUAGE plsample HANDLER plsample_call_handler;

it require more information.

fifthposition commented 3 years ago

Docs story created.