Hi,

When looking at table 8-1 at http://www.postgresql.org/docs/9.3/static/datatype.html i noticed that all types except for json was in alphabetical order. I have attached a patch which fixes this.

By the way should character and character varying be swapped in that table too?

--
Andreas Karlsson
diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml
new file mode 100644
index dea5195..fb9c41a
*** a/doc/src/sgml/datatype.sgml
--- b/doc/src/sgml/datatype.sgml
***************
*** 137,142 ****
--- 137,148 ----
        </row>
  
        <row>
+        <entry><type>json</type></entry>
+        <entry></entry>
+        <entry>JSON data</entry>
+       </row>
+ 
+       <row>
         <entry><type>line</type></entry>
         <entry></entry>
         <entry>infinite line on a plane</entry>
***************
*** 269,280 ****
         <entry></entry>
         <entry>XML data</entry>
        </row>
- 
-       <row>
-        <entry><type>json</type></entry>
-        <entry></entry>
-        <entry>JSON data</entry>
-       </row>
       </tbody>
      </tgroup>
     </table>
--- 275,280 ----
-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to