Re: 7.5 backend crash

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 7.5 backend crash
Дата
Msg-id 19443.1090821904@sss.pgh.pa.us
обсуждение исходный текст
Ответ на 7.5 backend crash  (Gaetano Mendola <mendola@bigfoot.com>)
Ответы Re: 7.5 backend crash
Список pgsql-hackers
Gaetano Mendola <mendola@bigfoot.com> writes:
> kalman=# create table test ( a integer, b integer );
> CREATE TABLE
> kalman=# create table test1 ( c integer , d test );
> CREATE TABLE

> kalman=# alter table test drop column b;
> ALTER TABLE        <--- Here I think the server shall complain about

Yeah, the design intention is that the ALTER should refuse to do it.
Looks like I missed a case.  Will fix, thanks for the report.
        regards, tom lane


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

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Weird...but correct?
Следующее
От: Greg Stark
Дата:
Сообщение: Re: PG 7.4.3 optimizer choosing sequential scan. Why?