Ok thanks,
so toruqe isn't really the right solution for a pre existing app.
I basically was trying to build some tools for a web app that used our
own set of persistence objects etc.
We made it well before there was anything decent out there.
Figured if torque can do it for me for this tool
Hi,
IdBroker is no good for that. It uses an extra table and no sequences. In
native, Torque uses fixed names for the sequences it uses. See the
create-db sql for the names. Maybe you can rename your existing sequence to
fit that name ?
In the postgesql howto, there is also a paragraph about non-f