paupino / psqlpack

A logical database management system for PostgreSQL enabling incremental database deployment.
Apache License 2.0
8 stars 2 forks source link

Implement complete grammar #142

Open paupino opened 4 years ago

paupino commented 4 years ago

This will be a major rewrite, however it'd be great to have the entire grammar implemented - inspired by the original bison format in gram.y.

paupino commented 4 years ago

It may be worthwhile to to try linking to the PostgreSQL parser directly. While psqlpack is unlikely to require the entire syntax, it would make life a bit easier e.g. parsing index predicates, or determining order for functions.