-
-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About Views #103
Comments
Views are currently not supported yet. Some work has been done but its still WIP. |
Congrats for your job, i'm using to replace materialized views. I will try simulate views on schema, tnks. |
Thanks I will look at this shortly. Don't have an ETA yet sorry. |
@toluaina hi, are you still working with this? I have a table with tree-like struct and I want get a path for every item for searching. Since there is no such method for recursive retrieving I create a recursive view to achieve that. But , I found view cannot be synced when change the data. Can you tell me how to make view work? I can implement it if I can. |
I haven't made much progress on this sorry. |
@toluaina yes, i have try it a little, as far as I upderstand because of there is no such thing like permarary key, so they cannot make the trigger run. In My case, I create a trigger to make that view as a real table. Thank you for your reply. |
Sorry for the long wait. Support for views is detailed here |
view are finally supported. |
Are only materialized views supported? I still am getting the issue of it looking for the xmin column |
Can I make schema.json using a VIEW as "table", or there some schema generator to make this JSON analyzing tables used on my VIEW query?
The text was updated successfully, but these errors were encountered: