Skip to content

Commit 1043264

Browse files
authored
Merge pull request #86829 from hyoshioka0128/patch-520
Typo "Postgres"→"PostgreSQL"
2 parents 76d948f + a10a164 commit 1043264

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/postgresql/flexible-server/howto-configure-server-parameters-using-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To step through this how-to guide you need:
3939
:::image type="content" source="./media/howto-configure-server-parameters-in-portal/7-reset-to-default-button.png" alt-text="Reset all to default":::
4040

4141
## Working with time zone parameters
42-
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 Postgres 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.
42+
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.
4343
PostgreSQL allows you to specify time zones in three different forms:
4444
1. A full time zone name, for example America/New_York. The recognized time zone names are listed in the [**pg_timezone_names**](https://www.postgresql.org/docs/9.2/view-pg-timezone-names.html) view.
4545
Example to query this view in psql and get list of time zone names:
@@ -112,4 +112,4 @@ PostgreSQL allows you to specify time zones in three different forms:
112112
Learn about:
113113
- [Overview of server parameters in Azure Database for PostgreSQL](concepts-server-parameters.md)
114114
- [Configure Azure Database for PostgreSQL - Flexible Server parameters via CLI](howto-configure-server-parameters-using-cli.md)
115-
115+

0 commit comments

Comments
 (0)