Skip to content

Commit 0ce570a

Browse files
author
Jill Grant
authored
Merge pull request #276102 from PostgreSQLFlexibleServerPMs/patch-3gjcnop90her-server-parameters
Update server parameters
2 parents 6e51b6c + bfa6835 commit 0ce570a

File tree

26 files changed

+2047
-811
lines changed

26 files changed

+2047
-811
lines changed

articles/postgresql/flexible-server/includes/server-parameters-table-11-client-connection-defaults---shared-library-preloading.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ ms.topic: include
3131
| Category | Client Connection Defaults / Shared Library Preloading |
3232
| Description | Lists unprivileged shared libraries to preload into each backend. |
3333
| Data type | string |
34-
| Default value | |
35-
| Allowed values | |
34+
| Default value | |
35+
| Allowed values | |
3636
| Parameter type | read-only |
3737
| Documentation | |
3838

@@ -48,7 +48,7 @@ ms.topic: include
4848
| Category | Client Connection Defaults / Shared Library Preloading |
4949
| Description | Lists shared libraries to preload into each backend. |
5050
| Data type | set |
51-
| Default value | |
51+
| Default value | |
5252
| Allowed values | `login_hook` |
5353
| Parameter type | dynamic |
5454
| Documentation | |
@@ -65,7 +65,7 @@ ms.topic: include
6565
| Category | Client Connection Defaults / Shared Library Preloading |
6666
| Description | Sets which shared libraries are preloaded at server start. |
6767
| Data type | set |
68-
| Default value | `auto_explain,pg_cron,pg_failover_slots,pg_hint_plan,pg_partman_bgw,pg_prewarm,pg_squeeze,pg_stat_statements,pgaudit,pglogical,timescaledb,wal2json` |
68+
| Default value | `pg_cron,pg_stat_statements` |
6969
| Allowed values | `auto_explain,pg_cron,pg_failover_slots,pg_hint_plan,pg_partman_bgw,pg_prewarm,pg_squeeze,pg_stat_statements,pgaudit,pglogical,timescaledb,wal2json` |
7070
| Parameter type | static |
7171
| Documentation | |

articles/postgresql/flexible-server/includes/server-parameters-table-11-customized-options.md

Lines changed: 320 additions & 116 deletions
Large diffs are not rendered by default.

articles/postgresql/flexible-server/includes/server-parameters-table-12-client-connection-defaults---shared-library-preloading.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ ms.topic: include
1414
| Category | Client Connection Defaults / Shared Library Preloading |
1515
| Description | JIT provider to use. |
1616
| Data type | string |
17-
| Default value | `llvmjit` |
18-
| Allowed values | `llvmjit` |
17+
| Default value | `llvmjit` |
18+
| Allowed values | `llvmjit` |
1919
| Parameter type | read-only |
2020
| Documentation | |
2121

@@ -31,8 +31,8 @@ ms.topic: include
3131
| Category | Client Connection Defaults / Shared Library Preloading |
3232
| Description | Lists unprivileged shared libraries to preload into each backend. |
3333
| Data type | string |
34-
| Default value | |
35-
| Allowed values | |
34+
| Default value | |
35+
| Allowed values | |
3636
| Parameter type | read-only |
3737
| Documentation | |
3838

@@ -48,7 +48,7 @@ ms.topic: include
4848
| Category | Client Connection Defaults / Shared Library Preloading |
4949
| Description | Lists shared libraries to preload into each backend. |
5050
| Data type | set |
51-
| Default value | |
51+
| Default value | |
5252
| Allowed values | `login_hook` |
5353
| Parameter type | dynamic |
5454
| Documentation | |
@@ -65,7 +65,7 @@ ms.topic: include
6565
| Category | Client Connection Defaults / Shared Library Preloading |
6666
| Description | Sets which shared libraries are preloaded at server start. |
6767
| Data type | set |
68-
| Default value | `auto_explain,azure_storage,pg_cron,pg_failover_slots,pg_hint_plan,pg_partman_bgw,pg_prewarm,pg_squeeze,pg_stat_statements,pgaudit,pglogical,timescaledb,wal2json` |
68+
| Default value | `pg_cron,pg_stat_statements` |
6969
| Allowed values | `auto_explain,azure_storage,pg_cron,pg_failover_slots,pg_hint_plan,pg_partman_bgw,pg_prewarm,pg_squeeze,pg_stat_statements,pgaudit,pglogical,timescaledb,wal2json` |
7070
| Parameter type | static |
7171
| Documentation | |

articles/postgresql/flexible-server/includes/server-parameters-table-12-connections-and-authentication---ssl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ ms.topic: include
151151
| Description | Sets the maximum SSL/TLS protocol version to use. |
152152
| Data type | enumeration |
153153
| Default value | |
154-
| Allowed values | `TLSv1.2,TLSv1.3` |
154+
| Allowed values | `TLSv1.2,TLSv1.3` |
155155
| Parameter type | dynamic |
156156
| Documentation | [ssl_max_protocol_version](https://www.postgresql.org/docs/12/runtime-config-connection.html) |
157157

0 commit comments

Comments
 (0)