Update materialized-postgresql.md

This commit is contained in:
Kseniia Sumarokova 2021-07-25 23:33:17 +03:00 committed by GitHub
parent 2d51f4db44
commit 5b799ef294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,4 +63,4 @@ WHERE oid = 'postgres_table'::regclass;
```
!!! warning "Warning"
**TOAST** values conversion is not supported. Default value for the data type will be used.
Replication of [**TOAST**](https://www.postgresql.org/docs/9.5/storage-toast.html) values is not supported. Default value for the data type will be used.