From: Peter Geoghegan Date: Mon, 10 Mar 2014 02:16:33 +0000 (-0700) Subject: Elipsis tweak X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=f6c34e11e05368b7bef0ca3b33cd5f9ab88e5d5b;p=users%2Fandresfreund%2Fpostgres.git Elipsis tweak --- diff --git a/doc/src/sgml/json.sgml b/doc/src/sgml/json.sgml index 5b906dd586..13b51d57db 100644 --- a/doc/src/sgml/json.sgml +++ b/doc/src/sgml/json.sgml @@ -305,12 +305,12 @@ CREATE INDEX idxgin ON api USING GIN ((jdoc -> 'tags')); compared lexically, using the default database collation. Objects with equal numbers of keys are compared: - key-1, value-1, key-2... + key-1, value-1, key-2 ... Similarly, arrays with equal numbers of elements are compared: - element-1, element-2... + element-1, element-2 ...