Document delay_constraints producer_args option
Daniel Ruoso [Mon, 14 Apr 2008 14:05:13 +0000 (14:05 +0000)]
lib/SQL/Translator/Producer/Oracle.pm

index fd41b8e..63e5570 100644 (file)
@@ -35,6 +35,17 @@ SQL::Translator::Producer::Oracle - Oracle SQL producer
 
 Creates an SQL DDL suitable for Oracle.
 
+=head1 producer_args
+
+=over
+
+=item delay_constraints
+
+This option remove the primary key and other key constraints from the
+CREATE TABLE statement and adds ALTER TABLEs at the end with it.
+
+=back
+
 =cut
 
 use strict;