summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/alter_tablespace.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/ref/alter_tablespace.sgml')
-rw-r--r--doc/src/sgml/ref/alter_tablespace.sgml12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/sgml/ref/alter_tablespace.sgml b/doc/src/sgml/ref/alter_tablespace.sgml
index d778992bae..0cfc26437d 100644
--- a/doc/src/sgml/ref/alter_tablespace.sgml
+++ b/doc/src/sgml/ref/alter_tablespace.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/alter_tablespace.sgml,v 1.7 2010/04/03 07:22:57 petere Exp $
+doc/src/sgml/ref/alter_tablespace.sgml
PostgreSQL documentation
-->
@@ -13,8 +13,8 @@ PostgreSQL documentation
<refnamediv>
<refname>ALTER TABLESPACE</refname>
<refpurpose>change the definition of a tablespace</refpurpose>
- </refnamediv>
-
+ </refnamediv>
+
<indexterm zone="sql-altertablespace">
<primary>ALTER TABLESPACE</primary>
</indexterm>
@@ -27,7 +27,7 @@ ALTER TABLESPACE <replaceable>name</replaceable> SET ( <replaceable class="PARAM
ALTER TABLESPACE <replaceable>name</replaceable> RESET ( <replaceable class="PARAMETER">tablespace_option</replaceable> [, ... ] )
</synopsis>
</refsynopsisdiv>
-
+
<refsect1>
<title>Description</title>
@@ -43,7 +43,7 @@ ALTER TABLESPACE <replaceable>name</replaceable> RESET ( <replaceable class="PAR
(Note that superusers have these privileges automatically.)
</para>
</refsect1>
-
+
<refsect1>
<title>Parameters</title>
@@ -114,7 +114,7 @@ ALTER TABLESPACE index_space OWNER TO mary;
</programlisting>
</para>
</refsect1>
-
+
<refsect1>
<title>Compatibility</title>