Basic structure of the extension & package
This commit is contained in:
5
pg/test/sql/01_install_test.sql
Normal file
5
pg/test/sql/01_install_test.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- Install dependencies
|
||||
CREATE EXTENSION plpythonu;
|
||||
|
||||
-- Install the extension
|
||||
CREATE EXTENSION crankshaft;
|
||||
1
pg/test/sql/02_poc_xyz_test.sql
Normal file
1
pg/test/sql/02_poc_xyz_test.sql
Normal file
@@ -0,0 +1 @@
|
||||
SELECT cdb_crankshaft.cdb_poc_xyz();
|
||||
Reference in New Issue
Block a user