|
1263 | 1263 | <entry><type>bool</type></entry>
|
1264 | 1264 | <entry>
|
1265 | 1265 | Role can log in. That is, this role can be given as the initial
|
1266 |
| - session authorization identifier. |
| 1266 | + session authorization identifier |
1267 | 1267 | </entry>
|
1268 | 1268 | </row>
|
1269 | 1269 |
|
|
1274 | 1274 | Role is a replication role. That is, this role can initiate streaming
|
1275 | 1275 | replication (see <xref linkend="streaming-replication">) and set/unset
|
1276 | 1276 | the system backup mode using <function>pg_start_backup</> and
|
1277 |
| - <function>pg_stop_backup</>. |
| 1277 | + <function>pg_stop_backup</> |
1278 | 1278 | </entry>
|
1279 | 1279 | </row>
|
1280 | 1280 |
|
|
7370 | 7370 | <entry></entry>
|
7371 | 7371 | <entry>
|
7372 | 7372 | Role can update system catalogs directly. (Even a superuser cannot do
|
7373 |
| - this unless this column is true.) |
| 7373 | + this unless this column is true) |
7374 | 7374 | </entry>
|
7375 | 7375 | </row>
|
7376 | 7376 |
|
|
7384 | 7384 | </entry>
|
7385 | 7385 | </row>
|
7386 | 7386 |
|
| 7387 | + <row> |
| 7388 | + <entry><structfield>rolreplication</structfield></entry> |
| 7389 | + <entry><type>bool</type></entry> |
| 7390 | + <entry></entry> |
| 7391 | + <entry> |
| 7392 | + Role is a replication role. That is, this role can initiate streaming |
| 7393 | + replication (see <xref linkend="streaming-replication">) and set/unset |
| 7394 | + the system backup mode using <function>pg_start_backup</> and |
| 7395 | + <function>pg_stop_backup</> |
| 7396 | + </entry> |
| 7397 | + </row> |
| 7398 | + |
7387 | 7399 | <row>
|
7388 | 7400 | <entry><structfield>rolconnlimit</structfield></entry>
|
7389 | 7401 | <entry><type>int4</type></entry>
|
|
7409 | 7421 | null if no expiration</entry>
|
7410 | 7422 | </row>
|
7411 | 7423 |
|
| 7424 | + <row> |
| 7425 | + <entry><structfield>rolconfig</structfield></entry> |
| 7426 | + <entry><type>text[]</type></entry> |
| 7427 | + <entry></entry> |
| 7428 | + <entry>Role-specific defaults for run-time configuration variables</entry> |
| 7429 | + </row> |
| 7430 | + |
7412 | 7431 | <row>
|
7413 | 7432 | <entry><structfield>oid</structfield></entry>
|
7414 | 7433 | <entry><type>oid</type></entry>
|
|
0 commit comments