Skip to content

Commit 9a7afa1

Browse files
authored
Update supported-postgresql-extensions.mdx (#3832)
Fixing padding typo in an example table snippet.
1 parent cafd24e commit 9a7afa1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

serverless/sql-databases/reference-content/supported-postgresql-extensions.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ Serverless SQL Databases support the most popular [PostgreSQL extensions](#insta
4545
```sql
4646
id | embedding
4747
----+-----------
48-
2 | [2,2,2]
49-
1 | [1,1,1]
50-
3 | [0,1,2]
48+
2 | [2,2,2]
49+
1 | [1,1,1]
50+
3 | [0,1,2]
5151
```
5252

5353
## Supported extensions

0 commit comments

Comments
 (0)