From: Peter Eisentraut Date: Sun, 7 Aug 2011 19:15:38 +0000 (+0300) Subject: Add "Compatibility" section to ALTER EXTENSION reference page X-Git-Tag: REL9_1_RC1~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8956231576f082bd6e75f6c2f1c2a250b919176f;p=thirdparty%2Fpostgresql.git Add "Compatibility" section to ALTER EXTENSION reference page Almost all other pages have one; this one must have been forgotten. --- diff --git a/doc/src/sgml/ref/alter_extension.sgml b/doc/src/sgml/ref/alter_extension.sgml index 5341f53d06f..cbe5043fef5 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); + + Compatibility + + + ALTER EXTENSION is a PostgreSQL + extension. + + + See Also