2 Answers
- Newest
- Most votes
- Most comments
0
Currently this is not supported, but you can create the View without the no schema binding, if that works for you.
0
The error you recieved "All the relation names inside should be qualified" just means you need to put "public." before some_stuff in your view definition. Once you do, you get this error:
ERROR: Recursive CTE is not supported yet in views with NO SCHEMA BINDING.
If you have enterprise support I recommend you open a feature request support ticket.
answered a year ago
Relevant content
- asked a year ago

Hi, is this still not supported?
As of this writing, it is still not supported.