By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
Help with an interesting Postgres question: Why isn't an Index Only Scan used on a partition accessed via the parent table?.
1 rows affected
id | user_id | handle | name | city |
---|---|---|---|---|
1 | 1 | johndoe | John Doe | Tawala |
id | user_name | first_name | last_name | active | created_at | |
---|---|---|---|---|---|---|
1 | john@doe.com | johndoe | John | Doe | t | 2018-03-16 |