Don't qualify type pg_catalog.text in extend-extensions-example.

Noah Misch <noah@leadboat.com>

Commit: 9dbcbd1e35c34e4c09c8204c0377fa0747141715
Author: Noah Misch <noah@leadboat.com>
Date: 2018-03-24T03:31:07Z
Releases: 9.3.23
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).

Files

PathChange+/−
doc/src/sgml/extend.sgml modified +3 −4