Insert statement deletes older table records - Mailing list pgsql-admin

From Rabi Jay
Subject Insert statement deletes older table records
Date
Msg-id 149933.64856.qm@web161512.mail.bf1.yahoo.com
Whole thread Raw
Responses Re: Insert statement deletes older table records
Re: Insert statement deletes older table records
Re: Insert statement deletes older table records
List pgsql-admin
Hi,
 
When I execute an insert statement, older table records are deleted even though my insert statement works. It always keeps the maximum number of records in the table to 4200 records. So If I added 3 more records, it deletes the first three records in the table even though it adds the 3 new records.
 
Based on my research it appears postgreql has no limit to number of records in a table - what should I do to avoid this behavior.
 
Thanks.

pgsql-admin by date:

Previous
From: Jesper Krogh
Date:
Subject: Re: PostgreSQL logs filling up file system due to duplicate key error
Next
From: Scott Marlowe
Date:
Subject: Re: Insert statement deletes older table records