Re: [HACKERS] Large objects names

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: peter(at)retep(dot)org(dot)uk (Peter T Mount)
Cc: hackers(at)postgreSQL(dot)org, pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Large objects names
Date: 1998-08-06 23:10:49
Message-ID: 199808062310.TAA19367@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces

> On Thu, 6 Aug 1998, Bruce Momjian wrote:
>
> > > On Wed, 5 Aug 1998, Bruce Momjian wrote:
> > >
> > > > Currently, large objects are stored internally as xinv### and xinx###.
> > > >
> > > > I would like to rename this for 6.4 to be _lobject_### to prevent
> > > > namespace collisions, and make them clearer for administrators.
> > > >
> > > > However, this may cause problems for backward compatability for large
> > > > object users. As I see there are going to be other new large object
> > > > things in 6.4, it may not be an issue.
> > > >
> > > > Is is OK to rename them internally?
> > >
> > > Shouldn't be a problem. JDBC does refer to the xin prefix with the
> > > getTables method, so it's simply a single change there.
> >
> > I am suggesting changes in later releases to older interfaces can
> > communicated with 6.4 without any problems.
>
> That sounds ok.

Yes. Older odbc/java/psql interfaces still use the xinv pattern to
restrict table lists. As new interfaces use relkind, I can then change
the internal name.
--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Gould 1998-08-07 00:00:32 Re: [HACKERS] indexes and floats
Previous Message Brett McCormick 1998-08-06 22:33:41 multi-type array

Browse pgsql-interfaces by date

  From Date Subject
Next Message Mike Ferrara 1998-08-07 00:47:54 MS-Project with PSQLODBC?
Previous Message David Hartwig 1998-08-06 20:54:56 Re: [INTERFACES] MS-Project with PSQLODBC?