Re: Re: [ANNOUNCE] PostgreSQL 7.0 a success

From: Denis Perchine <dyp(at)perchine(dot)com>
To: The Hermit Hacker <scrappy(at)hub(dot)org>, Gustavo Henrique <gustavoh(at)sysadmin(dot)com(dot)br>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-general <pgsql-general(at)postgreSQL(dot)org>
Subject: Re: Re: [ANNOUNCE] PostgreSQL 7.0 a success
Date: 2000-05-25 03:03:27
Message-ID: 00052510090603.18188@dyp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce pgsql-general

> > Sometimes a table doesnt exist anymore but it's still listed in
> > pg_class table, or the opposite, or you did a physical backup and you
> > wanna restore the db, and other things that could be improved and more
> > documented.
>
> example? some way to recreate for debugging?

1. When you have created temp table and just killed frontend. Backend realize that connection
is broken and somehow did not remove the table from pg_class. Then it will exists on the disk
and in pg_class.
2. When you do operations with large objects (they are treated as relations also) and you do rollback
or again connect broken. Or you do lots of lo_unlink and rollback or just broke connection. Then it will
be in pg_class, but file will already be deleted. This can happend if you do big transaction with lo like:
select lo_unlink(lo) from lo_container; And you have more than 3000 large objects associated with
lo_container.lo.

--
Sincerely Yours,
Denis Perchine

----------------------------------
E-Mail: dyp(at)perchine(dot)com
HomePage: http://www.perchine.com/dyp/
FidoNet: 2:5000/120.5
----------------------------------

In response to

Responses

Browse pgsql-announce by date

  From Date Subject
Next Message Hannu Krosing 2000-05-25 03:28:39 Re: PostgreSQL 7.0 a success
Previous Message Charles Tassell 2000-05-25 00:32:03 Re: Re: [ANNOUNCE] PostgreSQL 7.0 a success

Browse pgsql-general by date

  From Date Subject
Next Message Lamar Owen 2000-05-25 03:07:16 Re: Postgresql Instability 2
Previous Message Tom Lane 2000-05-25 02:58:26 Re: Postgres Instability