Don't qualify type pg_catalog.text in extend-extensions-example. Extension scripts begin execution with pg_catalog at the front of the search path, so type names reliably refer to pg_catalog. Remove these superfluous qualifications. Earlier <programlisting> of this <sect1> already omitted them. Back-patch to 9.3 (all supported versions).
Branch ------ REL9_3_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/9dbcbd1e35c34e4c09c8204c0377fa0747141715 Modified Files -------------- doc/src/sgml/extend.sgml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-)