Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
bebbbde6
Commit
bebbbde6
authored
Aug 21, 2004
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Seems it would be nice if the ALTER INDEX ref page were actually
linked into the docs ...
parent
c1700bf8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
7 deletions
+11
-7
doc/src/sgml/ref/allfiles.sgml
doc/src/sgml/ref/allfiles.sgml
+2
-1
doc/src/sgml/ref/alter_index.sgml
doc/src/sgml/ref/alter_index.sgml
+7
-5
doc/src/sgml/reference.sgml
doc/src/sgml/reference.sgml
+2
-1
No files found.
doc/src/sgml/ref/allfiles.sgml
View file @
bebbbde6
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.6
1 2004/08/12 19:12:21
tgl Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.6
2 2004/08/21 16:16:04
tgl Exp $
PostgreSQL documentation
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 alterFunction system "alter_function.sgml">
<!entity alterGroup system "alter_group.sgml">
<!entity alterIndex system "alter_index.sgml">
<!entity alterLanguage system "alter_language.sgml">
<!entity alterOperator system "alter_operator.sgml">
<!entity alterOperatorClass system "alter_opclass.sgml">
...
...
doc/src/sgml/ref/alter_index.sgml
View file @
bebbbde6
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_index.sgml,v 1.
2 2004/08/20 14:56:57 momjian
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_index.sgml,v 1.
3 2004/08/21 16:16:04 tgl
Exp $
PostgreSQL documentation
-->
...
...
@@ -46,7 +46,7 @@ where <replaceable class="PARAMETER">action</replaceable> is one of:
<listitem>
<para>
This form changes the owner of the index to the
specified user.
specified user.
This can only be done by a superuser.
</para>
</listitem>
</varlistentry>
...
...
@@ -67,7 +67,7 @@ where <replaceable class="PARAMETER">action</replaceable> is one of:
<term><literal>RENAME</literal></term>
<listitem>
<para>
The <literal>RENAME</literal> form
s change
the name of the index.
The <literal>RENAME</literal> form
changes
the name of the index.
There is no effect on the stored data.
</para>
</listitem>
...
...
@@ -134,8 +134,10 @@ where <replaceable class="PARAMETER">action</replaceable> is one of:
<title>Notes</title>
<para>
This same operations are supported by <literal>ALTER TABLE</>. See also
<xref linkend="SQL-ALTERTABLE" endterm="SQL-ALTERTABLE-TITLE">.
These operations are also possible using
<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>
...
...
doc/src/sgml/reference.sgml
View file @
bebbbde6
<!-- reference.sgml
$PostgreSQL: pgsql/doc/src/sgml/reference.sgml,v 1.5
1 2004/08/01 17:32:11
tgl Exp $
$PostgreSQL: pgsql/doc/src/sgml/reference.sgml,v 1.5
2 2004/08/21 16:16:03
tgl Exp $
PostgreSQL Reference Manual
-->
...
...
@@ -44,6 +44,7 @@ PostgreSQL Reference Manual
&alterDomain;
&alterFunction;
&alterGroup;
&alterIndex;
&alterLanguage;
&alterOperator;
&alterOperatorClass;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment