You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In postgresql create the extension
Please change the file path to point to your home directory
dropfunction if exists double_num(integer);
CREATE or replaceFUNCTIONdouble_num(integer) RETURNS integerAS'/home/ranjanprj/embed/funcs.so', 'double_num'
LANGUAGE C STRICT;