Skip to content

Commit 599cfab

Browse files
committed
Mention PostgreSQL as well.
1 parent 90fabf0 commit 599cfab

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/pages/subscription.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ final class ProfileProjector
7575
```
7676
!!! warning
7777

78-
MySQL and MariaDB don't support transactions for DDL statements.
78+
PostgreSQL, MySQL and MariaDB don't support transactions for DDL statements.
7979
So you must use a different database connection for your subscriptions.
8080

8181
!!! tip
@@ -327,7 +327,7 @@ final class ProfileProjector
327327
```
328328
!!! danger
329329

330-
MySQL and MariaDB don't support transactions for DDL statements.
330+
PostgreSQL, MySQL and MariaDB don't support transactions for DDL statements.
331331
So you must use a different database connection in your projectors,
332332
otherwise you will get an error when the subscription tries to create the table.
333333

@@ -368,7 +368,7 @@ final class ProfileProjector
368368
```
369369
!!! danger
370370

371-
MySQL and MariaDB don't support transactions for DDL statements.
371+
PostgreSQL, MySQL and MariaDB don't support transactions for DDL statements.
372372
So you must use a different database connection in your projectors,
373373
otherwise you will get an error when the subscription tries to create the table.
374374

0 commit comments

Comments
 (0)