Re: pg.dropped

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg.dropped
Дата
Msg-id 5490.1262962013@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg.dropped  (Filip Rembiałkowski <plk.zuber@gmail.com>)
Список pgsql-general
=?UTF-8?Q?Filip_Rembia=C5=82kowski?= <plk.zuber@gmail.com> writes:
> create table test (id serial primary key, t1 text, t2 text);
> create function myhash(test) returns text as 'select md5($1::text)' language
> sql immutable;
> create index myhash on test( myhash(test) );
> alter table test add t3 text;
> alter table test drop t3;
> insert into test(t1,t2) select 'foo', 'bar';

Mph.  That seems to be an unhandled case that we ought to handle.

            regards, tom lane

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

Предыдущее
От: "Greg Sabino Mullane"
Дата:
Сообщение: Re: Server name in psql prompt
Следующее
От: Grzegorz Jaśkiewicz
Дата:
Сообщение: dynamic insert in plpgsql