pgsql/schema_create_table_statement.sql
authorAlan Knowles <alan@roojs.com>
Tue, 7 Oct 2014 10:50:40 +0000 (18:50 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 7 Oct 2014 10:50:40 +0000 (18:50 +0800)
pgsql/schema_create_table_statement.sql

index 8d75393..065e4fc 100644 (file)
@@ -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