Skip to content

Commit 6eb3d40

Browse files
Update content/articles/2025/2025-01-21_travailler-avec-JSON-et-PostgreSQL.md
Co-authored-by: Loïc Bartoletti <[email protected]> Signed-off-by: thomas-szczurek <[email protected]>
1 parent 84e98eb commit 6eb3d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/articles/2025/2025-01-21_travailler-avec-JSON-et-PostgreSQL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ PostgreSQL est capable de stocker les données/objets au format json dans des ch
110110

111111
## Les index
112112

113-
Il est possible d'indexer un champ de type `json` / `jsonb` sur ses clés **de premier niveau** et ça se fait avec des index de type `GIN`.
113+
Il est possible d'indexer un champ de type `json` / `jsonb` sur ses clés **de premier niveau** et cela se fait avec des index de type `GIN` :
114114

115115
```sql
116116
CREATE INDEX idx_tb_champjson ON tb USING gin (champ_json);

0 commit comments

Comments
 (0)