< Int4 - limit >

From: "phpa" <phpa(at)fish(dot)tm>
To: <pgsql-novice(at)postgresql(dot)org>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: < Int4 - limit >
Date: 2001-04-18 10:48:21
Message-ID: 005d01c0c7f5$15daa720$4301a8c0@abe
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-novice

Hey there,

(using postgres 6.5.0 - on Red Hat Linux)

I have built a small application which has a table for unique identifiers with a column of type int4.

This has one added to it each time a new key is required. I am a little worried that at some point when the limit of int4 is reached the system will fall over. Is this the case or is there a work around.

Thanks for any help.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Konstantinos Agouros 2001-04-18 10:55:07 Yet another Performance Question
Previous Message Tony Grant 2001-04-18 10:35:04 Two questions

Browse pgsql-novice by date

  From Date Subject
Next Message phpa 2001-04-18 11:11:07 < Int4 - limit >
Previous Message John Burski 2001-04-17 15:45:32 Re: C code problem