Re: Re: Cast jsonb to numeric, int, float, bool
Aleksander Alekseev <a.alekseev@postgrespro.ru>
From: Aleksander Alekseev <a.alekseev@postgrespro.ru>
To: David Steele <david@pgmasters.net>
Cc: Nikita Glukhov <n.gluhov@postgrespro.ru>, Darafei Praliaskouski <me@komzpa.net>, Anastasia Lubennikova <a.lubennikova@postgrespro.ru>, pgsql-hackers@lists.postgresql.org
Date: 2018-03-27T14:53:37Z
Lists: pgsql-hackers
Attachments
- jsonb-casts-v4.patch (text/plain) patch v4
Hello everyone, > Since this patch was updated after being set a Ready for Committer and > there appear to be some open questions, I have set it to Needs Review. I decided to take a look. The patch didn't apply after changes made in fd1a421f, but I fixed that. Also there were no tests. I fixed that too. I believe it's "Ready for Committer". -- Best regards, Aleksander Alekseev
Commits
-
Add casts from jsonb
- c0cbe00fee6d 11.0 landed