Re: [INTERFACES] More about large objects

From: "Gregory W Burnham" <gburnham(at)sfu(dot)ca>
To: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
Cc: <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: Re: [INTERFACES] More about large objects
Date: 1999-02-02 16:08:46
Message-ID: 001201be4ec6$504f0680$3d063a8e@educ.sfu.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Ok, I get it. I'd been thinking that the phrase
"we only support large objects as data stored within
the Postgres database" meant that the lo wasn't in
an external file (which, to me, the xinv*s are). But
I think I understand now. Thanks Tom.

----- Original Message -----
From: Thomas G. Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Gregory W Burnham <gburnham(at)sfu(dot)ca>
Cc: <pgsql-interfaces(at)postgreSQL(dot)org>
Sent: Tuesday, February 02, 1999 7:35 AM
Subject: Re: [INTERFACES] More about large objects

>> The postgresql docs, I posted the url didn't I?
>
>Uh, yes. I'm familiar with that document, and it is accurate, at least
>on that topic.
>
>> So according to this, the large objects are stored in the table But
>> from what I gather from the earlier large object talk, and from my
>> own observation, postgres uses external files. Am I deluded? Am I
>> missing something?
>
>Yes and yes again :)
>
>The current large object implementation stores and accesses files within
>the Postgres server. All access to the files happen through the standard
>client-server connection.
>
>Internally, Postgres stores all information in files, one file per
>table, index, or large object. The large object files can be identified
>with a file prefix of "xinv_" (I think; didn't check so it may be
>something else) within the internal data storage directory
>$(PGDATA)/base/dbname/
>
>Hope this helps...
>
> - Tom
>

Browse pgsql-interfaces by date

  From Date Subject
Next Message Stefan Hornburg 1999-02-02 19:09:46 ERROR: RestrictionClauseSelectivity: bad value -1.998477
Previous Message Thomas G. Lockhart 1999-02-02 15:35:14 Re: [INTERFACES] More about large objects