From: Daniel Ruoso Date: Mon, 14 Apr 2008 14:05:13 +0000 (+0000) Subject: Document delay_constraints producer_args option X-Git-Tag: v0.11008~324 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=662258cd3ef87ccc8877319c21cbb13872282a73;p=dbsrgits%2FSQL-Translator.git Document delay_constraints producer_args option --- diff --git a/lib/SQL/Translator/Producer/Oracle.pm b/lib/SQL/Translator/Producer/Oracle.pm index fd41b8e..63e5570 100644 --- a/lib/SQL/Translator/Producer/Oracle.pm +++ b/lib/SQL/Translator/Producer/Oracle.pm @@ -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;