
sql.json_cast.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of postgresql Show documentation
Show all versions of postgresql Show documentation
PostgreSQL implementation of a ToroDB backend. This was the original backend implemented in ToroDB, and is
also considered as the default ToroDB backend and a reference implementation.
The newest version!
CREATE CAST (varchar AS jsonb) WITH FUNCTION torodb.varchar_to_jsonb(varchar) AS IMPLICIT;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy