git.postgresql.org Git - postgresql.git/commit
2012年1月31日 16:48:23 +0000 (11:48 -0500)
2012年1月31日 16:48:23 +0000 (11:48 -0500)
commit 5384a73f98d9829725186a7b65bf4f8adb3cfaf1
Built-in JSON data type.
Like the XML data type, we simply store JSON data as text, after checking
that it is valid. More complex operations such as canonicalization and
comparison may come later, but this is enough for not.
There are a few open issues here, such as whether we should attempt to
detect UTF-8 surrogate pairs represented as \uXXXX\uYYYY, but this gets
the basic framework in place.
This is the main PostgreSQL git repository.
RSS
Atom