Limiting factors of pg_largeobject

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Limiting factors of pg_largeobject
Date: 2003-11-26 19:43:18
Message-ID: 3FC50256.3010004@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

pg_largeobject uses a loid identifier for the loid. What do we think it
would take to move that identifier to something like bigint? I don't really
know the underlying internals of pg_largeboject but it does seem that
if we made it have:

1. A larger identifier
2. An identifier that is not typed to the underlying system (oid)
3. The ability to be indexed

We may benefit. Am I on crack?

Sincerely,

Joshua D. Drake

--
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-667-4564 - jd(at)commandprompt(dot)com - http://www.commandprompt.com
Mammoth PostgreSQL Replicator. Integrated Replication for PostgreSQL

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Treat 2003-11-26 20:32:47 Re: pg_restore and create FK without verification check
Previous Message Stephan Szabo 2003-11-26 19:27:37 Re: pg_restore and create FK without verification check