Skip to content

Commit 6bcb939

Browse files
CDThomasauxesis
andauthored
Split lines for maintainability & refer to PostgreSQL consistently
Co-authored-by: Lindsay Holmwood <[email protected]>
1 parent 82b7ac6 commit 6bcb939

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

NATIVE_POSTGRES_JSON_COMPARED_TO_EQL.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Native PostgreSQL JSON(B) Compared to EQL
22

3-
EQL supports a subset of functionality supported by the native Postgres JSON(B) functions and operators. The following examples compare native Postres JSON(B) functions and operators to the related functionality in EQL.
3+
EQL supports a subset of functionality supported by the native PostgreSQL JSON(B) functions and operators.
4+
The following examples compare native PostgreSQL JSON(B) functions and operators to the related functionality in EQL.
45

56
## `json ->> text``text` and `json -> text``jsonb`/`json`
67

0 commit comments

Comments
 (0)