Re: temp tables broken in CVS HEAD?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: temp tables broken in CVS HEAD?
Дата
Msg-id 23847.1085758956@sss.pgh.pa.us
обсуждение исходный текст
Ответ на temp tables broken in CVS HEAD?  (Oliver Jowett <oliver@opencloud.com>)
Ответы Re: temp tables broken in CVS HEAD?
Список pgsql-hackers
Oliver Jowett <oliver@opencloud.com> writes:
> test=> create temp table t2 (i integer);
> ERROR:  permission denied for schema pg_temp_1

I think this is a side effect of Sean's recent permissions-hacking.
I knew I should have objected more strongly ...

The immediate problem is a simple thinko (lack of attention to a
function's return convention), but I'm gonna go back and review that
whole patch.  It obviously wasn't tested well at all.
        regards, tom lane


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

Предыдущее
От: Sailesh Krishnamurthy
Дата:
Сообщение: Re: On query rewrite
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Nested xacts: looking for testers and review