Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
b8d601e7
Commit
b8d601e7
authored
22 years ago
by
Tom Lane
Browse files
Options
Downloads
Patches
Plain Diff
Fix some markup problems.
parent
4342e6ea
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/ref/set.sgml
+7
-7
7 additions, 7 deletions
doc/src/sgml/ref/set.sgml
with
7 additions
and
7 deletions
doc/src/sgml/ref/set.sgml
+
7
−
7
View file @
b8d601e7
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.7
6
2003/0
5/14 03:26:00
tgl Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.7
7
2003/0
6/21 19:33:36
tgl Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -120,7 +120,7 @@ SET [ SESSION | LOCAL ] TIME ZONE { <replaceable class="PARAMETER">timezone</rep
...
@@ -120,7 +120,7 @@ SET [ SESSION | LOCAL ] TIME ZONE { <replaceable class="PARAMETER">timezone</rep
<term><literal>NAMES</literal></term>
<term><literal>NAMES</literal></term>
<listitem>
<listitem>
<para>
<para>
<literal>
>
SET NAMES <replaceable>value</></> is an alias for
<literal>SET NAMES <replaceable>value</></> is an alias for
<literal>SET client_encoding TO <replaceable>value</></>.
<literal>SET client_encoding TO <replaceable>value</></>.
</para>
</para>
</listitem>
</listitem>
...
@@ -150,9 +150,9 @@ SELECT setseed(<replaceable>value</replaceable>);
...
@@ -150,9 +150,9 @@ SELECT setseed(<replaceable>value</replaceable>);
<term><literal>TIME ZONE</literal></term>
<term><literal>TIME ZONE</literal></term>
<listitem>
<listitem>
<para>
<para>
<literal>
>
SET TIME ZONE <replaceable>value</></> is an alias
<literal>SET TIME ZONE <replaceable>value</></> is an alias
for <literal>SET timezone TO <replaceable>value</></>. The
for <literal>SET timezone TO <replaceable>value</></>. The
syntax <literal>
>
SET TIME ZONE</literal> allows special syntax
syntax <literal>SET TIME ZONE</literal> allows special syntax
for the time zone specification. Here are examples of valid
for the time zone specification. Here are examples of valid
values:
values:
...
@@ -185,8 +185,8 @@ SELECT setseed(<replaceable>value</replaceable>);
...
@@ -185,8 +185,8 @@ SELECT setseed(<replaceable>value</replaceable>);
<term><literal>7</literal></term>
<term><literal>7</literal></term>
<listitem>
<listitem>
<para>
<para>
The time zone
to
7 hours
offset
west from UTC (equivalent
The time zone 7 hours west from UTC (equivalent
to PDT).
to PDT).
Negative values are east from UTC.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -194,7 +194,7 @@ SELECT setseed(<replaceable>value</replaceable>);
...
@@ -194,7 +194,7 @@ SELECT setseed(<replaceable>value</replaceable>);
<term><literal>INTERVAL '08:00' HOUR TO MINUTE</literal></term>
<term><literal>INTERVAL '08:00' HOUR TO MINUTE</literal></term>
<listitem>
<listitem>
<para>
<para>
The time zone
to
8 hours
offset
west from UTC (equivalent
The time zone 8 hours west from UTC (equivalent
to PST).
to PST).
</para>
</para>
</listitem>
</listitem>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment