Skip to content

Commit 2f7640b

Browse files
committed
style: sidestep comma issue
1 parent 3070e63 commit 2f7640b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/content/stable/api/ysql/the-sql-language/statements/ddl_create_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ ALTER TABLE child0 DROP CONSTRAINT child0_partition_check;
150150
Repeat steps 1–9 for `child1`, `child2`, and any other partitions as needed.
151151

152152
{{< note title="Note" >}}
153-
Step 4, and with it, the surrounding `BEGIN`/`COMMIT` block, relies on two features:
153+
Step 4 and the surrounding `BEGIN`/`COMMIT` block rely on two features:
154154

155155
- Object locking, for the `LOCK` itself: set the YB-TServer flag `enable_object_locking_for_table_locks=true` (Early Access, available in YugabyteDB {{<release "2025.2">}} and later).
156156
- Transactional DDL, to run the `BEGIN`/`COMMIT` block: set the YB-TServer flag `ysql_yb_ddl_transaction_block_enabled=true` (Early Access, available in YugabyteDB {{<release "2025.2">}} and later).

0 commit comments

Comments
 (0)