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

Bruce Momjian <maillist@candle.pha.pa.us>

From: Bruce Momjian <maillist@candle.pha.pa.us>
To: scrappy@hub.org (The Hermit Hacker)
Cc: pgsql-hackers@postgreSQL.org
Date: 1998-04-13T18:17:51Z
Lists: 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)