brianbroderick / lantern

Shine a light on your PG query logs. The project is being reimagined and is now a WIP.
Apache License 2.0
2 stars 0 forks source link

Extractor: handle more complex JOIN expressions #23

Open brianbroderick opened 3 months ago

brianbroderick commented 3 months ago

Right now, we're extracting basic ON expressions. We need to be able to drill into the tree more, as well as handle WHERE joins.