Basic structure of the extension & package
This commit is contained in:
5
pg/sql/poc_xyz.sql
Normal file
5
pg/sql/poc_xyz.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE OR REPLACE FUNCTION cdb_poc_xyz()
|
||||
RETURNS Text AS $$
|
||||
from crankshaft.poc import xyz
|
||||
return xyz()
|
||||
$$ LANGUAGE plpythonu;
|
||||
Reference in New Issue
Block a user