[docs][hotfix] Configuration 'slot.name' is required in mysql-postgres-tutorial-zh.md (#2763)

This closes #2763.
release-2.4
l568288g 1 year ago committed by GitHub
parent ff1b630fc1
commit 76010e9054
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -224,7 +224,8 @@ Flink SQL> CREATE TABLE shipments (
'password' = 'postgres',
'database-name' = 'postgres',
'schema-name' = 'public',
'table-name' = 'shipments'
'table-name' = 'shipments',
'slot.name' = 'flink'
);
```

Loading…
Cancel
Save