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
bebbbde6
Commit
bebbbde6
authored
20 years ago
by
Tom Lane
Browse files
Options
Downloads
Patches
Plain Diff
Seems it would be nice if the ALTER INDEX ref page were actually
linked into the docs ...
parent
c1700bf8
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/src/sgml/ref/allfiles.sgml
+2
-1
2 additions, 1 deletion
doc/src/sgml/ref/allfiles.sgml
doc/src/sgml/ref/alter_index.sgml
+7
-5
7 additions, 5 deletions
doc/src/sgml/ref/alter_index.sgml
doc/src/sgml/reference.sgml
+2
-1
2 additions, 1 deletion
doc/src/sgml/reference.sgml
with
11 additions
and
7 deletions
doc/src/sgml/ref/allfiles.sgml
+
2
−
1
View file @
bebbbde6
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.6
1
2004/08/
1
2 1
9
:1
2:21
tgl Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.6
2
2004/08/2
1
1
6
:1
6:04
tgl Exp $
PostgreSQL documentation
PostgreSQL documentation
Complete list of usable sgml source files in this directory.
Complete list of usable sgml source files in this directory.
-->
-->
...
@@ -12,6 +12,7 @@ Complete list of usable sgml source files in this directory.
...
@@ -12,6 +12,7 @@ Complete list of usable sgml source files in this directory.
<!entity alterDomain system "alter_domain.sgml">
<!entity alterDomain system "alter_domain.sgml">
<!entity alterFunction system "alter_function.sgml">
<!entity alterFunction system "alter_function.sgml">
<!entity alterGroup system "alter_group.sgml">
<!entity alterGroup system "alter_group.sgml">
<!entity alterIndex system "alter_index.sgml">
<!entity alterLanguage system "alter_language.sgml">
<!entity alterLanguage system "alter_language.sgml">
<!entity alterOperator system "alter_operator.sgml">
<!entity alterOperator system "alter_operator.sgml">
<!entity alterOperatorClass system "alter_opclass.sgml">
<!entity alterOperatorClass system "alter_opclass.sgml">
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/ref/alter_index.sgml
+
7
−
5
View file @
bebbbde6
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_index.sgml,v 1.
2
2004/08/2
0
1
4:56:57 momjian
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_index.sgml,v 1.
3
2004/08/2
1
1
6:16:04 tgl
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -46,7 +46,7 @@ where <replaceable class="PARAMETER">action</replaceable> is one of:
...
@@ -46,7 +46,7 @@ where <replaceable class="PARAMETER">action</replaceable> is one of:
<listitem>
<listitem>
<para>
<para>
This form changes the owner of the index to the
This form changes the owner of the index to the
specified user.
specified user.
This can only be done by a superuser.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -67,7 +67,7 @@ where <replaceable class="PARAMETER">action</replaceable> is one of:
...
@@ -67,7 +67,7 @@ where <replaceable class="PARAMETER">action</replaceable> is one of:
<term><literal>RENAME</literal></term>
<term><literal>RENAME</literal></term>
<listitem>
<listitem>
<para>
<para>
The <literal>RENAME</literal> form
s
change the name of the index.
The <literal>RENAME</literal> form change
s
the name of the index.
There is no effect on the stored data.
There is no effect on the stored data.
</para>
</para>
</listitem>
</listitem>
...
@@ -134,8 +134,10 @@ where <replaceable class="PARAMETER">action</replaceable> is one of:
...
@@ -134,8 +134,10 @@ where <replaceable class="PARAMETER">action</replaceable> is one of:
<title>Notes</title>
<title>Notes</title>
<para>
<para>
This same operations are supported by <literal>ALTER TABLE</>. See also
These operations are also possible using
<xref linkend="SQL-ALTERTABLE" endterm="SQL-ALTERTABLE-TITLE">.
<xref linkend="SQL-ALTERTABLE" endterm="SQL-ALTERTABLE-TITLE">.
<command>ALTER INDEX</> is in fact just an alias for the forms
of <command>ALTER TABLE</> that apply to indexes.
</para>
</para>
<para>
<para>
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/reference.sgml
+
2
−
1
View file @
bebbbde6
<!-- reference.sgml
<!-- reference.sgml
$PostgreSQL: pgsql/doc/src/sgml/reference.sgml,v 1.5
1
2004/08/
0
1 1
7:32:11
tgl Exp $
$PostgreSQL: pgsql/doc/src/sgml/reference.sgml,v 1.5
2
2004/08/
2
1 1
6:16:03
tgl Exp $
PostgreSQL Reference Manual
PostgreSQL Reference Manual
-->
-->
...
@@ -44,6 +44,7 @@ PostgreSQL Reference Manual
...
@@ -44,6 +44,7 @@ PostgreSQL Reference Manual
&alterDomain;
&alterDomain;
&alterFunction;
&alterFunction;
&alterGroup;
&alterGroup;
&alterIndex;
&alterLanguage;
&alterLanguage;
&alterOperator;
&alterOperator;
&alterOperatorClass;
&alterOperatorClass;
...
...
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