plhandler.diff
text/x-diff
Filename: plhandler.diff
Type: text/x-diff
Part: 0
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/plhandler.sgml | 0 | 0 |
diff --git a/doc/src/sgml/plhandler.sgml b/doc/src/sgml/plhandler.sgml
index b82a5da..1162bcf 100644
*** a/doc/src/sgml/plhandler.sgml
--- b/doc/src/sgml/plhandler.sgml
***************
*** 95,101 ****
</para>
<para>
! This is a template for a procedural-language handler written in C:
<programlisting>
#include "postgres.h"
#include "executor/spi.h"
--- 95,104 ----
</para>
<para>
! This is a template for a procedural-language handler written in C. The
! documentation on C-language functions found in <xref linkend="xfunc-c">
! applies to language handlers as well as any other C functions, and may be
! helpful to understand some portions of this code.
<programlisting>
#include "postgres.h"
#include "executor/spi.h"