Re: [HACKERS] still getting FATAL errors on btree's...

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] still getting FATAL errors on btree's...
Date: 1998-04-13 18:28:13
Message-ID: Pine.NEB.3.95.980413142751.22892R-100000@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, 13 Apr 1998, Bruce Momjian wrote:

> > Checked the pg_class table, and radnew still existed, but radhist didn't,
> > so did the following to "fix" it...
> >
> > update pg_class set relname = 'radhist' where relname = 'radnew';
> >
> > Any particular reason why that was a bad idea? I appears to have
> > worked...
>
> I believe this is what alter table does.

That's what I think too...I was just worried that it might do
something else on top of it all:(

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1998-04-13 20:07:38 Quick Test...
Previous Message Bruce Momjian 1998-04-13 18:17:51 Re: [HACKERS] still getting FATAL errors on btree's...