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

index c1960a6..8d75393 100644 (file)
@@ -66,7 +66,7 @@ BEGIN
         END IF;
     END LOOP;
 
-    v_table_ddl:=v_table_ddl||');';
+    --v_table_ddl:=v_table_ddl||');';
     RETURN v_table_ddl;
 END;
 $BODY$