You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/sgml/connpool.sgml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@
50
50
<para>
51
51
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.
52
52
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.
54
54
To support this mode you need to grant permissions to all roles to switch between each other.
0 commit comments