From 05a1185a1b0a55642d539f5293bc3852c3940f18 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Fri, 15 Apr 2016 22:04:07 -0500 Subject: [PATCH] Add the start of repl character --- postgres/show-all-versions-of-an-operator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ------------+------+---------------+----------------+-------------+-------------