Re: "temporary" table is still there

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: "temporary" table is still there
Дата
Msg-id 7081.975967020@sss.pgh.pa.us
обсуждение исходный текст
Ответ на "temporary" table is still there  (Chris Jones <chris@mt.sri.com>)
Список pgsql-general
Chris Jones <chris@mt.sri.com> writes:
> Now I have a table called pg_temp.1548.0, and I can't delete it:
> fastfacts=> drop table "pg_temp.1548.0";
> ERROR:  class "pg_temp.1548.0" is a system catalog
> The same thing happens, whether I'm connected as a mortal user or as
> the PG super-user.

I think you need to restart the postmaster with "-o -O"
(allowSystemTableMods) to be allowed to drop that table.

Perhaps temp tables shouldn't be protected quite as fiercely as the
system catalogs are ;-)

            regards, tom lane

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

Предыдущее
От: "Joel Burton"
Дата:
Сообщение: Re: Re: [NOVICE] Password protection?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Re: Why PostgreSQL is not that popular as MySQL?