ossc-db / pg_hint_plan

Extension adding support for optimizer hints in PostgreSQL
Other
674 stars 101 forks source link

Does pg_hint_plan support "unnamed_subquery" added as part of PG 16 ? #159

Closed dcgadmin closed 2 days ago

dcgadmin commented 9 months ago

Does pg_hint_plan support "unnamed_subquery" added as part of PG 16 for sub-query without aliases for any hints on it like Rows?

michaelpq commented 9 months ago

I've not added anything like that, and I am not sure how much it would take to be able to do so.

If it proves to be useful, I don't see why we shouldn't do it.

michaelpq commented 2 days ago

I am not seeing a patch, but if you would like to submit something, feel free to send a pull request. For now I am closing this issue.