Export Oracle DDL scripts to Postgres

#1indexes-script: Primary key indexes already created by create tables sql script

The sql script for create tables, created with tables-script, has primary key constraints. This creates the primary key index. The create indexes scripts created by indexes-script, contains create index statements for primary key fields as well. This will result in error when running the script, index already exists.