Forum OpenACS Development: Response to sequence view not working...

Collapse
Posted by Vinod Kurup on
Well, what i've been doing so far is to leave the oracle sequence name
untouched and to make the postgres view match the oracle sequence. Of
course, this isn't always consistent because in some packages the
oracle sequence is _seq and in some it's _sequence.

So, if we want consistency across packages, we should probably use
_seq (for length considerations)