plpython_custom_exceptions_docpatch.diff

text/x-patch

Filename: plpython_custom_exceptions_docpatch.diff
Type: text/x-patch
Part: 0
Message: Re: pl/python custom exceptions for SPI

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: unified
File+
doc/src/sgml/plpython.sgml 0 0
diff --git a/doc/src/sgml/plpython.sgml b/doc/src/sgml/plpython.sgml
index aee54bf..4a90430 100644
*** a/doc/src/sgml/plpython.sgml
--- b/doc/src/sgml/plpython.sgml
*************** $$ LANGUAGE plpythonu;
*** 966,972 ****
  </programlisting>
     </para>
     <para>
!     The actual class of the exception being raised corresponds to exact
      condition that caused the error (refer to <xref linkend="errcodes-table">
      for a list of possible conditions).  The
      <literal>plpy.spiexceptions</literal> module defines an exception class for
--- 966,972 ----
  </programlisting>
     </para>
     <para>
!     The actual class of the exception being raised corresponds to the exact
      condition that caused the error (refer to <xref linkend="errcodes-table">
      for a list of possible conditions).  The
      <literal>plpy.spiexceptions</literal> module defines an exception class for