Skip to content

Commit 398e3ce

Browse files
horsandrewlecuyer
authored andcommitted
Fix pgBouncer documentation
1 parent db82f18 commit 398e3ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/content/tutorial/pgbouncer.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ The pgBouncer user **is not meant to be used to log into PostgreSQL directly**:
4949
Connecting to a PostgreSQL cluster through pgBouncer is similar to how you [connect to PostgreSQL directly]({{< relref "tutorial/connect-cluster.md">}}), but you are connecting through a different service. First, note the types of users that can connect to PostgreSQL through `pgBouncer`:
5050

5151
- Any regular user that's created through [`pgo create user`]({{< relref "pgo-client/reference/pgo_create_user.md" >}}) or a user that is not a system account.
52-
- The `postgres` superuser
5352

5453
The following example will follow similar steps for how you would connect to a [Postgres Cluster via `psql`]({{< relref "tutorial/connect-cluster.md">}}#connection-via-psql), but applies to all other connection methods.
5554

0 commit comments

Comments
 (0)