pgsql/schema_create_table_statement.sql
[Pman.Core] / pgsql / schema_create_table_statement.sql
index f54c65f..e7ee570 100644 (file)
@@ -105,7 +105,7 @@ BEGIN
               ON tc.constraint_name = kcu.constraint_name
             JOIN information_schema.constraint_column_usage AS ccu
               ON ccu.constraint_name = tc.constraint_name
-        WHERE constraint_type = 'FOREIGN KEY' AND tc.table_name=p_table_name;
+        WHERE constraint_type = 'FOREIGN KEY' AND tc.table_name=p_table_name
         
     LOOP