summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2011-08-07 19:15:38 +0000
committerPeter Eisentraut2011-08-07 19:15:38 +0000
commit04b17684af24791b18e414e304fb6d9b57a36c5e (patch)
treed191535da6f872155b9d29776f54177055de74e8
parentf29a004496b3378f98b24c088cd846877eacf582 (diff)
Add "Compatibility" section to ALTER EXTENSION reference page
Almost all other pages have one; this one must have been forgotten.
-rw-r--r--doc/src/sgml/ref/alter_extension.sgml9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/alter_extension.sgml b/doc/src/sgml/ref/alter_extension.sgml
index 5341f53d06..cbe5043fef 100644
--- a/doc/src/sgml/ref/alter_extension.sgml
+++ b/doc/src/sgml/ref/alter_extension.sgml
@@ -291,6 +291,15 @@ ALTER EXTENSION hstore ADD FUNCTION populate_record(anyelement, hstore);
</programlisting></para>
</refsect1>
+ <refsect1>
+ <title>Compatibility</title>
+
+ <para>
+ <command>ALTER EXTENSION</command> is a <productname>PostgreSQL</>
+ extension.
+ </para>
+ </refsect1>
+
<refsect1 id="SQL-ALTEREXTENSION-see-also">
<title>See Also</title>