fix-authors.patch

application/octet-stream

Filename: fix-authors.patch
Type: application/octet-stream
Part: 2
Message: Re: PoC: Make it possible to disallow WHERE-less UPDATE and DELETE

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/require_where.sgml 3 1
diff --git a/doc/src/sgml/require_where.sgml b/doc/src/sgml/require_where.sgml
index 30bc05a..75b4798 100644
--- a/doc/src/sgml/require_where.sgml
+++ b/doc/src/sgml/require_where.sgml
@@ -90,7 +90,9 @@ $ psql -U postgres
   <title>Authors</title>
 
   <para>
-   David Fetter <email>david@fetter.org</email>, Oakland, California, USA
+    David Fetter <email>david@fetter.org</email>,
+    Robert Haas <email>robertmhaas@gmail.com</email> and
+    Andrew Gierth <email>andrew@tao11.riddles.org.uk</email>.
   </para>
  </sect2>
 </sect1>