more on large oids

From: Daniel Kalchev <daniel(at)digsys(dot)bg>
To: pgsql-hackers(at)postgresql(dot)org
Subject: more on large oids
Date: 2002-04-15 06:36:34
Message-ID: 200204150636.g3F6aYu00830@dcave.digsys.bg
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I have hit another very annouing problem with the oids being larger than
max_int. When tables are created under such circumstances, pg_dump cannot dump
the database anymore. The error is

getTables(): SELECT (for PRIMARY KEY) failed on table config_2002_03_02.
Explanation from backend: ERROR: dtoi4: integer out of range

Any idea how to fix this? This is on 7.1.3. Will the 7.2 pg_dump handle this
database?

Daniel

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Curt Sampson 2002-04-15 06:48:50 Importing Large Amounts of Data
Previous Message Tatsuo Ishii 2002-04-15 06:07:43 Re: regexp character class locale awareness patch