Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 586d356

Browse files
committed
Properly capitalize the TimeZone parameter
For better or worse, it is implemented in mixed case, so document it as such, at least in the main listing, like DateStyle. Josh Kupershmidt
1 parent 45f6fb2 commit 586d356

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/config.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5151,10 +5151,10 @@ SET XML OPTION { DOCUMENT | CONTENT };
51515151
</listitem>
51525152
</varlistentry>
51535153

5154-
<varlistentry id="guc-timezone" xreflabel="timezone">
5155-
<term><varname>timezone</varname> (<type>string</type>)</term>
5154+
<varlistentry id="guc-timezone" xreflabel="TimeZone">
5155+
<term><varname>TimeZone</varname> (<type>string</type>)</term>
51565156
<indexterm>
5157-
<primary><varname>timezone</> configuration parameter</primary>
5157+
<primary><varname>TimeZone</> configuration parameter</primary>
51585158
</indexterm>
51595159
<indexterm><primary>time zone</></>
51605160
<listitem>

0 commit comments

Comments
 (0)