diff --git a/postgres/show-all-versions-of-an-operator.md b/postgres/show-all-versions-of-an-operator.md index 2fd93e6..0d558c9 100644 --- a/postgres/show-all-versions-of-an-operator.md +++ b/postgres/show-all-versions-of-an-operator.md @@ -8,7 +8,7 @@ containment operator can be used. We can quickly find out the answer with the `\do` command in `psql`: ```sql -\do @> +> \do @> List of operators Schema | Name | Left arg type | Right arg type | Result type | Description ------------+------+---------------+----------------+-------------+-------------