]> granicus.if.org Git - postgresql/commit
Add casts from jsonb
authorTeodor Sigaev <teodor@sigaev.ru>
Thu, 29 Mar 2018 13:33:56 +0000 (16:33 +0300)
committerTeodor Sigaev <teodor@sigaev.ru>
Thu, 29 Mar 2018 13:33:56 +0000 (16:33 +0300)
commitc0cbe00fee6d0a5e0ec72c6d68a035e674edc4cc
treef717e187f6282745c6deff59ef5fc58cfd82d857
parent7fe04ce9203cb0c5332614ec091aab28cf6aeaa8
Add casts from jsonb

Add explicit cast from scalar jsonb to all numeric and bool types. It would be
better to have cast from scalar jsonb to text too but there is already a cast
from jsonb to text as just text representation of json. There is no way to have
two different casts for the same type's pair.

Bump catalog version

Author: Anastasia Lubennikova with editorization by Nikita Glukhov and me
Review by: Aleksander Alekseev, Nikita Glukhov, Darafei Praliaskouski
Discussion: https://www.postgresql.org/message-id/flat/0154d35a-24ae-f063-5273-9ffcdf1c7f2e@postgrespro.ru
src/backend/utils/adt/jsonb.c
src/include/catalog/catversion.h
src/include/catalog/pg_cast.h
src/include/catalog/pg_proc.h
src/test/regress/expected/jsonb.out
src/test/regress/sql/jsonb.sql