Re: [HACKERS] still getting FATAL errors on btree's... - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] still getting FATAL errors on btree's...
Date
Msg-id 199804131817.OAA20519@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] still getting FATAL errors on btree's...  (The Hermit Hacker <scrappy@hub.org>)
Responses Re: [HACKERS] still getting FATAL errors on btree's...
List pgsql-hackers
> 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.

--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] still getting FATAL errors on btree's...
Next
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] still getting FATAL errors on btree's...