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

index d43feb4..e03bfcf 100644 (file)
@@ -56,7 +56,7 @@ BEGIN
         IF column_record.attnum = 1 THEN
             v_table_ddl:='CREATE TABLE '||column_record.schema_name||'.'||column_record.table_name||' ();'||chr(10)||chr(10);
         ELSE
-            v_table_ddl:= '';
+            
         END IF;
         -- what does this do?