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
The port to connect (defaults to <code>5432</code>).
138
139
</li>
139
140
<li><spanclass="parameter">application</span>
140
-
Set the name of the connection as displayed in pg_stat_activity (defaults to <code>"pgmoon"</code>).
141
+
Set the name of the connection as displayed in pg<em>stat</em>activity (defaults to <code>"pgmoon"</code>).
141
142
</li>
142
143
<li><spanclass="parameter">username</span>
143
144
The database username to authenticate (defaults to <code>"postgres"</code>).
@@ -155,13 +156,13 @@ <h3>Fields:</h3>
155
156
Name of database meta data table to which to store session meta data (can be <code>database schema</code> prefixed) (defaults to <code>"sessions_meta"</code>).
156
157
</li>
157
158
<li><spanclass="parameter">connect_timeout</span>
158
-
Controls the default timeout value used in TCP/unix-domain socket object’s <code>connect</code> method.
159
+
Controls the default timeout value used in TCP/unix-domain socket object's <code>connect</code> method.
159
160
</li>
160
161
<li><spanclass="parameter">send_timeout</span>
161
-
Controls the default timeout value used in TCP/unix-domain socket object’s <code>send</code> method.
162
+
Controls the default timeout value used in TCP/unix-domain socket object's <code>send</code> method.
162
163
</li>
163
164
<li><spanclass="parameter">read_timeout</span>
164
-
Controls the default timeout value used in TCP/unix-domain socket object’s <code>receive</code> method.
165
+
Controls the default timeout value used in TCP/unix-domain socket object's <code>receive</code> method.
0 commit comments