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

Repo: Different parts of a query can be read vs. write. Store appropriately. #38

Closed brianbroderick closed 2 months ago

brianbroderick commented 3 months ago

insert into my_table select id from old_table

In this case, we're writing to my_table, but reading from old_table. The repo should know the difference.

brianbroderick commented 2 months ago

This should be working, but we need to write a test to prove it.

brianbroderick commented 2 months ago

4dd8bff204316d14629e470ced69a1fe30a2bffc