possible constraint bug?

Поиск
Список
Период
Сортировка
От Thomas Swan
Тема possible constraint bug?
Дата
Msg-id 5.0.0.13.2.20000818132426.00aeaed0@sunset.backbone.olemiss.edu
обсуждение исходный текст
Ответы Re: possible constraint bug?  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Список pgsql-hackers
Using Postgresql 7.0.2 (Linux x86, 2.2.16)

CERATE FUNCTION foo(text)

CREATE TABLE bar(
        fud TEXT CHECK (foo(fud))
);

DROP FUNCTION foo(TEXT);
CREATE FUNCTION foo( .....);

INSERT INTO bar VALUES ('Hey'); results in the following error

ERROR init_fcache: Cache lookup failed for procedure 128384

Is this particular to postgres or is this a normal SQLxx standard behavior?
-
- Thomas Swan                                   
- Graduate Student  - Computer Science
- The University of Mississippi
-
- "People can be categorized into two fundamental
- groups, those that divide people into two groups
- and those that don't."

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

Предыдущее
От: Ned Lilly
Дата:
Сообщение: Re: benchmarks - anyone can make em
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: possible constraint bug?