[BUGS] BUG #3385: Memory leak

2007-06-14 Thread Prasad
The following bug has been logged online: Bug reference: 3385 Logged by: Prasad Email address: [EMAIL PROTECTED] PostgreSQL version: Some Operating system: Windows 2003 Description:Memory leak Details: When both postgre and our server application run on the same win

Re: [BUGS] BUG #3385: Memory leak

2007-06-14 Thread Magnus Hagander
On Thu, Jun 14, 2007 at 08:42:51AM +, Prasad wrote: > > The following bug has been logged online: > > Bug reference: 3385 > Logged by: Prasad > Email address: [EMAIL PROTECTED] > PostgreSQL version: Some > Operating system: Windows 2003 > Description:Memory leak >

[BUGS] Duplicate Data insertion

2007-06-14 Thread Ponmalar Dhanuskodi
Hi, when we are using the postgreSQL in one system and inserting data in the table.when we are taking the backup of the postgresql Database and Restoring in another system and inserting the data in the table in the restored system then this error is coming "Duplicate Key Insert

Re: [BUGS] Duplicate Data insertion

2007-06-14 Thread Douglas Toltzman
What versions of PostgreSQL are you using? I've observed some changes in the handling of serial columns in backup/restore from version 7.x to 8.x. It is possible that your sequences aren't being restored correctly. It would be pretty easy to manually set starting sequence values. It is