Doc: include JSON in the list of SQL-standard types.

Oversight I guess, it's been in the standard for awhile.

Reported-by: Bob Kline <bkline@rksystems.com>
Discussion: https://postgr.es/m/CAGjKmVoP4qVeJgkaBtQ6L46+OLARzmym53uQGhp5COw4wp65yQ@mail.gmail.com
pull/256/head
Tom Lane 2 weeks ago
parent 47da198934
commit 25303961d0
  1. 1
      doc/src/sgml/datatype.sgml

@ -315,6 +315,7 @@
<type>character varying</type>, <type>character</type>, <type>character varying</type>, <type>character</type>,
<type>varchar</type>, <type>date</type>, <type>double <type>varchar</type>, <type>date</type>, <type>double
precision</type>, <type>integer</type>, <type>interval</type>, precision</type>, <type>integer</type>, <type>interval</type>,
<type>json</type>,
<type>numeric</type>, <type>decimal</type>, <type>real</type>, <type>numeric</type>, <type>decimal</type>, <type>real</type>,
<type>smallint</type>, <type>time</type> (with or without time zone), <type>smallint</type>, <type>time</type> (with or without time zone),
<type>timestamp</type> (with or without time zone), <type>timestamp</type> (with or without time zone),

Loading…
Cancel
Save