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

Noah Misch <noah@leadboat.com>

Commit: 60c623678fde2c6bc331c11197e457ba69170b50
Author: Noah Misch <noah@leadboat.com>
Date: 2018-03-24T03:31:06Z
Releases: 9.4.18
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