Re: trigger compile problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: trigger compile problem
Дата
Msg-id 23145.1001774016@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: trigger compile problem  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: trigger compile problem
Список pgsql-general
Bruce Momjian <pgman@candle.pha.pa.us> writes:
>> I've always wondered why plpgsql is so nitpickingly insistent on finding
>> a semicolon after the last END.  Would anyone object if I made the
>> last semi optional?

> C requires the termination.  I assume our languages should too.

I don't think that analogy holds water at all, since plpgsql is not
C and doesn't emulate C's syntax very closely.  Even if you accept
the analogy, what we're discussing here is a semicolon after the end
of a function body, which C does not expect you to write --- so the
analogy favors omitting it, not requiring it.

            regards, tom lane

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

Предыдущее
От: Masaru Sugawara
Дата:
Сообщение: Re: sort by percent matched
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Recreating unique index for primary key