> > Drop Serial
> > ----------
> > in postgres, you should drop the sequence, before you drop the table.
> > (only applicable for serial keys)
> >
> > XMLSchemaToSQL.java
> > added a small section of logic for this
> >
> >
> > Each db/* now needs a template called drop_seq
> > (all can be empty except postgres which has)
> > drop sequence $table#_$seq#_seq;
>
> There is already a drop template and it's implemented
> in the other dbs.
Right. But there's no easy way to figure out which column is
serial. Since the db/* files are simple text substition only,
you are unable to grab the serial columns to drop them. I must
be missing something, if you can already do this with the given
drop template.
thanks again for your time,
mike
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]