Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
WanYixian committed Dec 9, 2024
1 parent 5a91e6b commit bde8ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/data-types/array-type.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "ARRAY type"
description: "An array `T[]` is an ordered list of zero or more elements that share the same data type. RisingWave uses one-based indexing for arrays, meaning an array with n elements starts at `array[1]` and ends at `array[n]`."
description: "An array `T[]` is an ordered list of zero or more elements that share the same data type. PostgreSQL uses one-based indexing for arrays, meaning an array with n elements starts at `array[1]` and ends at `array[n]`. RisingWave also applies one-based indexing to align with PostgreSQL."
---

## Define an array
Expand Down

0 comments on commit bde8ed5

Please sign in to comment.