Update how_to_update_views.md
This commit is contained in:
@@ -79,3 +79,7 @@ FROM dependencies
|
|||||||
ORDER BY object_type DESC;
|
ORDER BY object_type DESC;
|
||||||
|
|
||||||
```
|
```
|
||||||
|
### 4. Удалить полученным скриптом из п.3 представление
|
||||||
|
```sql
|
||||||
|
DROP VIEW IF EXISTS public.document_details CASCADE;
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user