]> granicus.if.org Git - postgresql/commitdiff
Add "Compatibility" section to ALTER EXTENSION reference page
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 7 Aug 2011 19:15:38 +0000 (22:15 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 7 Aug 2011 19:15:38 +0000 (22:15 +0300)
Almost all other pages have one; this one must have been forgotten.

doc/src/sgml/ref/alter_extension.sgml

index 5341f53d06f5e8a5ff8953cef09df188ca6fa102..cbe5043fef5b377dc3c6bc3ecbeab9cb2e9b88b7 100644 (file)
@@ -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>