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

This closes #2764.
release-2.4
l568288g 1 year ago committed by Leonard Xu
parent 76010e9054
commit bf76afb9bf

@ -228,7 +228,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