errorcode_table.patch
text/x-patch
Filename: errorcode_table.patch
Type: text/x-patch
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/generate-errcodes-table.pl | 6 | 0 |
diff --git a/doc/src/sgml/generate-errcodes-table.pl b/doc/src/sgml/generate-errcodes-table.pl index b9c14d3..3fdc9d8 100644 --- a/doc/src/sgml/generate-errcodes-table.pl +++ b/doc/src/sgml/generate-errcodes-table.pl @@ -32,6 +32,12 @@ while (<$errcodes>) # Wrap PostgreSQL in <productname/> s/PostgreSQL/<productname>PostgreSQL<\/>/g; + # Leave an empty row to help distinguish sections. + print "\n\n"; + print "<row>\n"; + print "<entry spanname=\"span12\"></entry>"; + print "</row>\n"; + print "\n\n"; print "<row>\n"; print "<entry spanname=\"span12\">";