Limit with serial

From: Eduardo Vázquez Rodríguez <evazquez(at)insys-corp(dot)com(dot)mx>
To: "'pgsql-novice(at)postgresql(dot)org'" <pgsql-novice(at)postgresql(dot)org>
Subject: Limit with serial
Date: 2004-07-09 17:32:35
Message-ID: 59B41C14544D314889E6FA384A307A921C911B@osiris.insys-corp.com.mx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


Hi I create a field this way
id_log serial NOT NULL

But my records will increment aproximately 500, 000 everyday

What is the maximum number of serial permits?

The type of my serial is int4.

Thanks in advanced

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Lynna Landstreet 2004-07-09 17:54:13 Re: Limit with serial
Previous Message Stephan Szabo 2004-07-09 13:31:46 Re: Speed of the stored procedures?