tjwebb / pg-json-schema-export

Export Postgres schemas as JSON ( tables, constraints, sequences)
https://www.npmjs.org/package/pg-json-schema-export
MIT License
38 stars 18 forks source link

Fixes #7 - Makes pg-json-schema-export address uppercase table_names and view_names #8

Closed anuragagarwal561994 closed 4 years ago

anuragagarwal561994 commented 8 years ago

Adds missing double quotes while addressing table/view names as postgres ignores uppercase if not covered with double quotes.