Re: [GENERAL] postgresql not updating the sequence

2011-05-04 Thread Dickson S. Guedes
2011/5/4 Kosna Sridhar : > > actually i resolved the problem thanks for quick response Great! For history and reference of this list could you tell us how with a "Reply all"? regards -- Dickson S. Guedes mail/xmpp: gue...@guedesoft.net - skype: guediz http://guedesoft.net - http://www.postgresq

Re: [GENERAL] postgresql not updating the sequence

2011-05-04 Thread Dickson S. Guedes
2011/5/4 kosna : > hi everyone, > > i ve created a table with id and datatype of id is serial > and i ve created a  sequence on that table > whenever i insert the new row values the id is not being incremented and it > is giving the exception entityalreadyexists. pls help me > thanks and regards, >

Re: [GENERAL] postgresql not updating the sequence

2011-05-04 Thread Raymond O'Donnell
On 04/05/2011 08:10, kosna wrote: hi everyone, i ve created a table with id and datatype of id is serial and i ve created a sequence on that table whenever i insert the new row values the id is not being incremented and it is giving the exception entityalreadyexists. pls help me thanks and rega