Crash Backend in 7.3.1

Поиск
Список
Период
Сортировка
От Ian Harding
Тема Crash Backend in 7.3.1
Дата
Msg-id se40fc58.023@mail.tpchd.org
обсуждение исходный текст
Ответы Re: Crash Backend in 7.3.1  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Crash Backend in 7.3.1  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
This crashes for me.  I know it's a syntax error, but others are handled more gracefully.

7.3.1 on NetBSD 1.5.2 i386

create table test (
        testid int
        );

create or replace function test_trig() returns trigger as '

elog NOTICE
return OK

' language 'pltcl';

create trigger test_btrig before insert on test for each row execute procedure test_trig();

insert into test values (1);


Ian Harding
Programmer/Analyst II
Tacoma-Pierce County Health Department
iharding@tpchd.org
(253) 798-3549

"If any man can convince me and bring home to me that I do not think or act aright, gladly will I change; for I search
aftertruth, by which man never yet was harmed. But he is harmed who abideth on still in his deception and ignorance" 

              -- Marcus Aurelius


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: not exactly a bug report, but surprising behaviour
Следующее
От: James Hall
Дата:
Сообщение: Pg_dumpall problem