Skip to content

Commit

Permalink
docs: use consistent example
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltprice committed Feb 10, 2025
1 parent 21998b2 commit 601d3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/import/migrate-from-azure-postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ CREATE PUBLICATION azure_publication FOR <tbl_name>;
To create a publication for multiple tables, provide a comma-separated list of tables:

```sql shouldWrap
CREATE PUBLICATION azure_publication FOR TABLE <tbl_name1>, <tbl_name2>;
CREATE PUBLICATION azure_publication FOR TABLE <tbl1, tbl2, tbl3>;
```

<Admonition type="note">
Expand Down

0 comments on commit 601d3fc

Please sign in to comment.