From: Alan Knowles Date: Tue, 7 Oct 2014 10:50:40 +0000 (+0800) Subject: pgsql/schema_create_table_statement.sql X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=186071a34fe7cd2141846f33b2a404818a9555b6 pgsql/schema_create_table_statement.sql --- diff --git a/pgsql/schema_create_table_statement.sql b/pgsql/schema_create_table_statement.sql index 8d75393c..065e4fc0 100644 --- a/pgsql/schema_create_table_statement.sql +++ b/pgsql/schema_create_table_statement.sql @@ -70,4 +70,7 @@ BEGIN RETURN v_table_ddl; END; $BODY$ - LANGUAGE 'plpgsql' COST 100.0 SECURITY INVOKER; \ No newline at end of file + LANGUAGE 'plpgsql' COST 100.0 SECURITY INVOKER; + +SELECT schema_create_table_statement('item'); + \ No newline at end of file