Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3520fe5

Browse files
committed
Fix documentation
1 parent ef23956 commit 3520fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/connpool.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<para>
5151
As it was mentioned above separate proxy instance is created for each <literal>dbname,role</literal> pair. Postgres backend is not able to work with more than one database. But it is possible to change current user (role) inside one connection.
5252
If <varname>multitenent_proxy</varname> options is switched on, then separate proxy
53-
will be create only for each database and current user is explicitly specified for each transaction/standalone statement using <literal>set command<literal> clause.
53+
will be create only for each database and current user is explicitly specified for each transaction/standalone statement using <literal>set command</literal> clause.
5454
To support this mode you need to grant permissions to all roles to switch between each other.
5555
</para>
5656

0 commit comments

Comments
 (0)