You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/postgresql/flexible-server/howto-configure-server-parameters-using-portal.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,25 +25,25 @@ To step through this how-to guide you need:
25
25
2. Select your Azure Database for PostgreSQL server.
26
26
27
27
3. Under the **SETTINGS** section, select **Server parameters**. The page shows a list of parameters, their values, and descriptions.
28
-
:::image type="content" source="./media/howto-configure-server-parameters-in-portal/3-overview-of-parameters.png" alt-text="Screenshot of overview page for parameters":::
28
+
:::image type="content" source="./media/howto-configure-server-parameters-in-portal/3-overview-of-parameters.png" alt-text="Screenshot of overview page for parameters.":::
29
29
30
30
4. Select the **drop down** button to see the possible values for enumerated-type parameters like client_min_messages.
31
-
:::image type="content" source="./media/howto-configure-server-parameters-in-portal/4-enum-drop-down.png" alt-text="Screenshot of enumerate drop down":::
31
+
:::image type="content" source="./media/howto-configure-server-parameters-in-portal/4-enum-drop-down.png" alt-text="Screenshot of enumerate drop down.":::
32
32
33
33
5. Select or hover over the **i** (information) button to see the range of possible values for numeric parameters like cpu_index_tuple_cost.
34
-
:::image type="content" source="./media/howto-configure-server-parameters-in-portal/4-information-button.png" alt-text="Screenshot of information button":::
34
+
:::image type="content" source="./media/howto-configure-server-parameters-in-portal/4-information-button.png" alt-text="Screenshot of information button.":::
35
35
36
36
6. If needed, use the **search box** to narrow down to a specific parameter. The search is on the name and description of the parameters.
37
-
:::image type="content" source="./media/howto-configure-server-parameters-in-portal/5-search.png" alt-text="Screenshot of search results":::
37
+
:::image type="content" source="./media/howto-configure-server-parameters-in-portal/5-search.png" alt-text="Screenshot of search results.":::
38
38
39
39
7. Change the parameter values you would like to adjust. All changes you make in a session are highlighted in purple. Once you have changed the values, you can select **Save**. Or you can **Discard** your changes.
40
-
:::image type="content" source="./media/howto-configure-server-parameters-in-portal/6-save-and-discard.png" alt-text="Screenshot of save or discard changes":::
40
+
:::image type="content" source="./media/howto-configure-server-parameters-in-portal/6-save-and-discard.png" alt-text="Screenshot of save or discard changes.":::
41
41
42
42
8. List all the parameters that are modified from their _default_ value.
43
-
:::image type="content" source="./media/howto-configure-server-parameters-in-portal/8-modified-parameter-tab.png" alt-text="Screenshot of modified parameter tab":::
43
+
:::image type="content" source="./media/howto-configure-server-parameters-in-portal/8-modified-parameter-tab.png" alt-text="Screenshot of modified parameter tab.":::
44
44
45
45
9. If you have saved new values for the parameters, you can always revert everything back to the default values by selecting **Reset all to default**.
46
-
:::image type="content" source="./media/howto-configure-server-parameters-in-portal/7-reset-to-default-button.png" alt-text="Screenshot of reset all to default":::
46
+
:::image type="content" source="./media/howto-configure-server-parameters-in-portal/7-reset-to-default-button.png" alt-text="Screenshot of reset all to default.":::
47
47
48
48
## Working with time zone parameters
49
49
If you plan to work with date and time data in PostgreSQL, you’ll want to ensure that you’ve set the correct time zone for your location. All timezone-aware dates and times are stored internally in PostgreSQL in UTC. They are converted to local time in the zone specified by the **TimeZone** server parameter before being displayed to the client. This parameter can be edited on **Server parameters** page as explained above.
0 commit comments