Thread

  1. large objects overwriting bug

    PostgreSQL Bugs List <pgsql-bugs@postgresql.org> — 2001-01-25T11:54:20Z

     (bs@niggard.org) reports a bug with a severity of 3
    The lower the number the more severe it is.
    
    Short Description
    large objects overwriting bug
    
    Long Description
    When overwriting an lo with a larger lo, the old data is not overwritten. This was supposed to be fixed in 6.5, but it happens in 7.0.3.
    
    Sample Code
    
    
    No file was uploaded with this report
    
    
    
  2. Re: large objects overwriting bug

    Tom Lane <tgl@sss.pgh.pa.us> — 2001-01-26T03:45:44Z

    pgsql-bugs@postgresql.org writes:
    > When overwriting an lo with a larger lo, the old data is not overwritten. This was supposed to be fixed in 6.5, but it happens in 7.0.3.
    
    Please try your test case in 7.1beta3 or later.  The large-object
    support has been rather completely rewritten ... if this bug is
    still there, then we need to know about it.
    
    			regards, tom lane
    
    
  3. Re: large objects overwriting bug

    bs@niggard.org — 2001-01-29T09:58:03Z

    Tom Lane wrote:
    
    > pgsql-bugs@postgresql.org writes:
    > 
    >> When overwriting an lo with a larger lo, the old data is not overwritten. This was supposed to be fixed in 6.5, but it happens in 7.0.3
    > 
    > Please try your test case in 7.1beta3 or later.  The large-object
    > support has been rather completely rewritten ... if this bug is
    > still there, then we need to know about it.
    
    Works with 7.1beta3,
    thanks.