Tibco and postgres work with Json and Jsonb datatypes
Postgres database allows to insert and query json documents. To insert a json or jsonb object from tibco 5 we need to type cast and insert the object. Have a look at the followin here we are casting two json string to json and jsonb data types columns. The insert query is as following Now
Read More »