Re: [GENERAL] Questions about large objects and the WAL

2006-02-28 Thread Tom Lane
Karen Ploski <[EMAIL PROTECTED]> writes: > I'm trying to understand how large objects relate to > the write-ahead log. Large objects are just some data in a table. The API for them is a bit odd, but the reliability issues are not any different from any other transaction. > (1)When a large object

[GENERAL] Questions about large objects and the WAL

2006-02-28 Thread Karen Ploski
I'm trying to understand how large objects relate to the write-ahead log. I've read the following sections in the 8.1 user guide: Chapter 26 Reliability and the Write-Ahead Log Chapter 29 Large Objects Section 42.21 pg_lageobject I have some naive questions (1)When a large object is updated, ho