EnterpriseDB / mongo_fdw

PostgreSQL foreign data wrapper for MongoDB
GNU Lesser General Public License v3.0
326 stars 70 forks source link

Issue (#72) Provide support for JSONB as type of special __doc column #73

Closed gabbasb closed 7 years ago

gabbasb commented 7 years ago

The patch supports other popular types too like text, varchar etc and stops types that can crash like tsquery or produce strange results like numeric. Test cases are added as a part of the patch.