pg-deps-management icon indicating copy to clipboard operation
pg-deps-management copied to clipboard

Perfectionism through suffering

Results 6 pg-deps-management issues
Sort by recently updated
recently updated
newest added

https://stackoverflow.com/questions/451096/execute-trigger-on-view Looks like there is triggers directly on views, should support that

Thank you very much for pg-deps-management! We set access rights to a admin role "xxx": ``` create view phpunit.aa_view as ( select a,b from phpunit.a_view union select b,a from phpunit.b_view);...

Current implementation does not backup root object's comments, grants etc. There is test case ![image](https://github.com/rvkulikov/pg-deps-management/assets/21280882/ef5cc7d1-08f8-438b-805c-f020f4e8a577)

Resolves #17 by issuing a `create or replace` to work around the error, when the temp view already exists.