Re: Bug in ALTER COLUMN/TYPE

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: Bug in ALTER COLUMN/TYPE
Дата
Msg-id 1091628860.58593.65.camel@jester
обсуждение исходный текст
Ответ на Bug in ALTER COLUMN/TYPE  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Ответы Re: Bug in ALTER COLUMN/TYPE  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
On Tue, 2004-08-03 at 23:36, Christopher Kings-Lynne wrote:
> I think we need to deny changing column types if a function is using the 
> table type as a return set.
> 
> test=# create table test (a int4);
> CREATE TABLE
> test=# create function test () returns setof test as 'select 1' language 
> sql;

What we really need is dependencies within the function body and the
ability to clear the function cache (recompile).

-- 
rbt <at> sitesell <dot> com



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

Предыдущее
От: "John Hansen"
Дата:
Сообщение: UNICODE characters above 0x10000
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pgxs: build infrastructure for extensions v4