Update how_to_update_views.md
This commit is contained in:
parent
fc4b0e882e
commit
2c3f1ec033
@ -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;
|
||||||
|
```
|
||||||
Loading…
x
Reference in New Issue
Block a user