Merge pull request #33709 from Zkuns/master

Update materialized-postgresql.md
This commit is contained in:
Kseniia Sumarokova 2022-01-17 19:24:10 +03:00 committed by GitHub
commit 3414cd8d56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ ENGINE = MaterializedPostgreSQL('host:port', 'database', 'user', 'password') [SE
## Example of Use {#example-of-use}
``` sql
CREATE DATABASE postgresql;
CREATE DATABASE postgres_db
ENGINE = MaterializedPostgreSQL('postgres1:5432', 'postgres_database', 'postgres_user', 'postgres_password');
SHOW TABLES FROM postgres_db;