Skip to content

Commit 1a3c995

Browse files
Fixes
1 parent 054f967 commit 1a3c995

7 files changed

+9
-10
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ ms.topic: include
159159
[!INCLUDE [server-parameters-azure-notes-pgbouncer_server_idle_timeout](./server-parameters-azure-notes-pgbouncer_server_idle_timeout.md)]
160160

161161

162-
163162
### pgbouncer.stats_users
164163

165164
| Attribute | Value |

articles/postgresql/flexible-server/includes/server-parameters-table-11-resource-usage---memory.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ ms.topic: include
6565
| Category | Resource Usage / Memory |
6666
| Description | Sets the maximum memory to be used for maintenance operations such as VACUUM, Create Index. |
6767
| Data type | integer |
68-
| Default value | Depends on resources (vCores, RAM, or disk space) allocated to the server. |
68+
| Default value | Depends on resources (vCores, RAM, or disk space) allocated to the server. |
6969
| Allowed values | `1024-2097151` |
7070
| Parameter type | dynamic |
7171
| Documentation | [maintenance_work_mem](https://www.postgresql.org/docs/11/runtime-config-resource.html) |
@@ -82,7 +82,7 @@ ms.topic: include
8282
| Category | Resource Usage / Memory |
8383
| Description | Sets the maximum number of simultaneously prepared transactions. When running a replica server, you must set this parameter to the same or higher value than on the primary server. |
8484
| Data type | integer |
85-
| Default value | `0` |
85+
| Default value | `0` |
8686
| Allowed values | `0-262143` |
8787
| Parameter type | static |
8888
| Documentation | [max_prepared_transactions](https://www.postgresql.org/docs/11/runtime-config-resource.html) |
@@ -116,7 +116,7 @@ ms.topic: include
116116
| Category | Resource Usage / Memory |
117117
| Description | Sets the number of shared memory buffers used by the server. Unit is 8kb. Allowed values are inside the range of 10% - 75% of available memory. |
118118
| Data type | integer |
119-
| Default value | Depends on resources (vCores, RAM, or disk space) allocated to the server. |
119+
| Default value | Depends on resources (vCores, RAM, or disk space) allocated to the server. |
120120
| Allowed values | `16-1073741823` |
121121
| Parameter type | static |
122122
| Documentation | [shared_buffers](https://www.postgresql.org/docs/11/runtime-config-resource.html) |
@@ -133,7 +133,7 @@ ms.topic: include
133133
| Category | Resource Usage / Memory |
134134
| Description | Sets the maximum number of temporary buffers used by each database session. |
135135
| Data type | integer |
136-
| Default value | `1024` |
136+
| Default value | `1024` |
137137
| Allowed values | `100-1073741823` |
138138
| Parameter type | dynamic |
139139
| Documentation | [temp_buffers](https://www.postgresql.org/docs/11/runtime-config-resource.html) |

articles/postgresql/flexible-server/includes/server-parameters-table-11-write-ahead-log---checkpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ ms.topic: include
8282
| Category | Write-Ahead Log / Checkpoints |
8383
| Description | Maximum size to let the WAL grow before triggering automatic checkpoint. |
8484
| Data type | integer |
85-
| Default value | Depends on resources (vCores, RAM, or disk space) allocated to the server. |
85+
| Default value | Depends on resources (vCores, RAM, or disk space) allocated to the server. |
8686
| Allowed values | `32-65536` |
8787
| Parameter type | dynamic |
8888
| Documentation | [max_wal_size](https://www.postgresql.org/docs/11/runtime-config-wal.html) |

articles/postgresql/flexible-server/includes/server-parameters-table-11-write-ahead-log---settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ ms.topic: include
9999
| Category | Write-Ahead Log / Settings |
100100
| Description | Sets the number of disk-page buffers in shared memory for WAL. Unit is 8kb. |
101101
| Data type | integer |
102-
| Default value | Depends on resources (vCores, RAM, or disk space) allocated to the server. |
102+
| Default value | Depends on resources (vCores, RAM, or disk space) allocated to the server. |
103103
| Allowed values | `-1-262143` |
104104
| Parameter type | static |
105105
| Documentation | [wal_buffers](https://www.postgresql.org/docs/11/runtime-config-wal.html) |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ ms.topic: include
6565
| Category | Connections and Authentication / Connection Settings |
6666
| Description | Sets the maximum number of concurrent connections to the database server. |
6767
| Data type | integer |
68-
| Default value | Depends on resources (vCores, RAM, or disk space) allocated to the server. |
68+
| Default value | Depends on resources (vCores, RAM, or disk space) allocated to the server. |
6969
| Allowed values | `25-5000` |
7070
| Parameter type | static |
7171
| Documentation | [max_connections](https://www.postgresql.org/docs/12/runtime-config-connection.html) |

articles/postgresql/flexible-server/includes/server-parameters-table-12-query-tuning---planner-cost-constants.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ ms.topic: include
218218
| Category | Query Tuning / Planner Cost Constants |
219219
| Description | Sets the planner's estimate of the cost of a sequentially fetched disk page. |
220220
| Data type | numeric |
221-
| Default value | `1` |
221+
| Default value | `1` |
222222
| Allowed values | `0-1.79769e+308` |
223223
| Parameter type | dynamic |
224224
| Documentation | |

articles/postgresql/flexible-server/includes/server-parameters-table-12-resource-usage---asynchronous-behavior.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ms.topic: include
3131
| Category | Resource Usage / Asynchronous Behavior |
3232
| Description | Sets the number of concurrent disk I/O operations that PostgreSQL expects can be executed simultaneously. |
3333
| Data type | integer |
34-
| Default value | `1` |
34+
| Default value | `1` |
3535
| Allowed values | `0-1000` |
3636
| Parameter type | dynamic |
3737
| Documentation | [effective_io_concurrency](https://www.postgresql.org/docs/12/runtime-config-resource.html) |

0 commit comments

Comments
 (0)