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

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: scrappy(at)hub(dot)org (The Hermit Hacker)
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] still getting FATAL errors on btree's...
Date: 1998-04-13 18:17:51
Message-ID: 199804131817.OAA20519@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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(at)candle(dot)pha(dot)pa(dot)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)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1998-04-13 18:28:13 Re: [HACKERS] still getting FATAL errors on btree's...
Previous Message The Hermit Hacker 1998-04-13 17:20:42 Re: [HACKERS] still getting FATAL errors on btree's...