Skip to content

Commit 03912cc

Browse files
fixes
1 parent f5c10a0 commit 03912cc

5 files changed

+5
-5
lines changed

articles/postgresql/flexible-server/includes/server-parameters-table-11-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/11/runtime-config-connection.html) |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ ms.topic: include
167167
| Category | PgBouncer |
168168
| Description | Comma-separated list of database users that are allowed to connect and run read-only queries on the pgBouncer console. |
169169
| Data type | string |
170-
| Default value | |
170+
| Default value | |
171171
| Allowed values | `[A-Za-z0-9,@_\\-\\.]*` |
172172
| Parameter type | dynamic |
173173
| Documentation | [pgbouncer.stats_users](https://www.pgbouncer.org/config.html) |

articles/postgresql/flexible-server/includes/server-parameters-table-11-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-11-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/11/runtime-config-resource.html) |

articles/postgresql/flexible-server/includes/server-parameters-table-11-resource-usage---cost-based-vacuum-delay.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ ms.topic: include
6565
| Category | Resource Usage / Cost-Based Vacuum Delay |
6666
| Description | The estimated cost for vacuuming a buffer found in the shared buffer cache. |
6767
| Data type | integer |
68-
| Default value | `1` |
68+
| Default value | `1` |
6969
| Allowed values | `0-10000` |
7070
| Parameter type | dynamic |
7171
| Documentation | [vacuum_cost_page_hit](https://www.postgresql.org/docs/11/runtime-config-resource.html) |

0 commit comments

Comments
 (0)