แก้ไข

แชร์ผ่าน


List all server parameters

APPLIES TO: Azure Database for PostgreSQL - Flexible Server

This article provides step-by-step instructions to list all server parameters of an Azure Database for PostgreSQL flexible server.

Steps to list all server parameters

Using the Azure portal:

  1. Select your Azure Database for PostgreSQL flexible server instance.

  2. In the resource menu, under the Settings section, select Server parameters. The page shows a list of parameters, their configured values, optional units, whether they're read-only/dynamic/static, and their descriptions.

    Screenshot of Server parameters page.

  3. Select or hover over the i (information) icon to see which values are allowed for each parameter. Depending on the data type of the parameter, which can be string, enumeration, integer, boolean, numeric, set, the allowed values vary. And it can be regular expression, list of values, range of integers, on/off, range of decimals, list of values, respectively.

    Screenshot showing balloon that pops up when hovering on the information icon.

  4. The list of server parameters supported by the instance consists of several hundred items, which are rendered in pages of 20 items each. At the bottom of the page, there's a control to inform you of the position you're at. There's also a paging control which you can use to navigate through the whole set of pages.

    Screenshot paging control in Server parameters page.

  5. If needed, use the Search to filter items... text box to narrow down the list to those parameters containing the search term in their name or in their description.

    Screenshot of search in Server parameters.

The Parameter type column can show any of the following values for each parameter:

Parameter type Description
Static Requires a server restart to make the change effective.
Dynamic Can be altered without the need to restart the server instance. However, changes will apply only to new connections established after the modification.
Read-only Isn't user configurable, because of their critical role in maintaining reliability, security, or other operational aspects of the service.