Re: function fails where individual statements succeed

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: function fails where individual statements succeed
Дата
Msg-id 11478.1093899801@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: function fails where individual statements succeed  (Rosser Schwarz <rosser.schwarz@gmail.com>)
Ответы Re: function fails where individual statements succeed  (Rosser Schwarz <rosser.schwarz@gmail.com>)
Список pgsql-sql
Rosser Schwarz <rosser.schwarz@gmail.com> writes:
> We've opted to simply script issuing the statements serially, rather
> than as a function for this one.  Your explanation makes sense, Tom,
> though I'm curious why it works in our long-running case (beyond the
> issue of fewer indices there).

Does the other case have any partial indexes?  The particular error
was about an index predicate condition; it might be that you don't
happen to fall foul of the issue when dealing with simple CREATE
INDEX commands.  I'd describe that as "miraculously managing not to
fail", though, not as a behavior I'd care to rely on.
        regards, tom lane


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

Предыдущее
От: Rosser Schwarz
Дата:
Сообщение: Re: function fails where individual statements succeed
Следующее
От: Rosser Schwarz
Дата:
Сообщение: Re: function fails where individual statements succeed