Skip to content

Commit cdfd75f

Browse files
committed
Sort non-transactional statements
1 parent 6ad014b commit cdfd75f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/migrations.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,19 @@ cause errors if used inside `begin ... commit`. Examples of
7272
non-transactional statements include:
7373

7474
```sql
75-
CREATE EXTENSION
76-
DROP EXTENSION
77-
VACUUM
78-
REINDEX
75+
ALTER SYSTEM
7976
CLUSTER
8077
CREATE DATABASE
81-
DROP DATABASE
78+
CREATE EXTENSION
8279
CREATE ROLE
8380
CREATE TABLESPACE
84-
DROP TABLESPACE
85-
ALTER SYSTEM
8681
DISCARD ALL
82+
DROP DATABASE
83+
DROP EXTENSION
84+
DROP TABLESPACE
8785
LOAD
86+
REINDEX
87+
VACUUM
8888
```
8989

9090
## 🔄 Nuke Everything

0 commit comments

Comments
 (0)