projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47da198
)
Doc: include JSON in the list of SQL-standard types.
author
Tom Lane
<
[email protected]
>
Sat, 6 Dec 2025 18:34:48 +0000
(13:34 -0500)
committer
Tom Lane
<
[email protected]
>
Sat, 6 Dec 2025 18:34:48 +0000
(13:34 -0500)
Oversight I guess, it's been in the standard for awhile.
Reported-by: Bob Kline <
[email protected]
>
Discussion: https://postgr.es/m/CAGjKmVoP4qVeJgkaBtQ6L46+OLARzmym53uQGhp5COw4wp65yQ@mail.gmail.com
doc/src/sgml/datatype.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/datatype.sgml
b/doc/src/sgml/datatype.sgml
index 1f2829e56a95af1053abf23db3de9fdfa4a6b61e..e5267a8e4be61573c8cd9ff9f396ef7de56203a1 100644
(file)
--- a/
doc/src/sgml/datatype.sgml
+++ b/
doc/src/sgml/datatype.sgml
@@
-315,6
+315,7
@@
<type>character varying</type>, <type>character</type>,
<type>varchar</type>, <type>date</type>, <type>double
precision</type>, <type>integer</type>, <type>interval</type>,
+ <type>json</type>,
<type>numeric</type>, <type>decimal</type>, <type>real</type>,
<type>smallint</type>, <type>time</type> (with or without time zone),
<type>timestamp</type> (with or without time zone),