Re: [PATCH] Fix documentation about PL/Python exception handling

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [PATCH] Fix documentation about PL/Python exception handling
Дата
Msg-id 201011262350.oAQNoLK25416@momjian.us
обсуждение исходный текст
Ответ на [PATCH] Fix documentation about PL/Python exception handling  (Marti Raudsepp <marti@juffo.org>)
Ответы Re: [PATCH] Fix documentation about PL/Python exception handling  (Greg Smith <greg@2ndquadrant.com>)
Список pgsql-docs
Added to TODO:

    /* PL/Python */ Add: |Improve behaviour of exception functions
    and types

---------------------------------------------------------------------------

Marti Raudsepp wrote:
> Hi lists,
>
> It seems that PL/Python exception functions (plpy.error, plpy.fatal)
> and exception types (plpy.Error, plpy.Fatal) have never worked as
> documented, and the behavior is quite surprising.
>
> This is an attempt at properly documenting the current semantics. I
> tested these behaviors on PostgreSQL 8.1.22 as well as 9.1alpha2.
>
> Patch 1 updates the documentation in doc/src/sgml/plpython.sgml
> Patch 2 adds tests to src/pl/plpython/sql/plpython_error.sql
>
> Should I submit separate documentation patches for older maintenance
> releases? Versions 8.1 - 8.4 contain the same incorrect text, but in
> the "Database Access" section.
>
> Regards,
> Marti

[ Attachment, skipping... ]

[ Attachment, skipping... ]

>
> --
> Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-docs

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + It's impossible for everything to be true. +

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: documention of checkpoints with file system snapshots
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Add index entries for more functions