Re: getting a error message when creating temporary table

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: getting a error message when creating temporary table
Дата
Msg-id 2028.1398739513@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: getting a error message when creating temporary table  (Evan Walter <ewalter@decisionanalyst.com>)
Список pgsql-admin
Evan Walter <ewalter@decisionanalyst.com> writes:
> Thanks for the replies, sorry for not giving more details/background.

> The directory is global/26745

OK, so try

select relname from pg_class where relisshared and pg_relation_filenode(oid) = 26745;

That should tell you which table or index is busted.

> It is version 9.1.9
> os is ubuntu on an Amazon ec2 server

Um.  AWS is, AFAIK, pretty much guaranteed to lose your data eventually.
It's a great compute service if you can afford to have nodes fail now
and then ... but probably not the best substrate for a database.  If
you have to use it for that, you *must* have good backup and replication
strategies in place.

            regards, tom lane


В списке pgsql-admin по дате отправления:

Предыдущее
От: Evan Walter
Дата:
Сообщение: Re: getting a error message when creating temporary table
Следующее
От: Albe Laurenz
Дата:
Сообщение: Re: about the copy command