]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Don't qualify type pg_catalog.text in extend-extensions-example.
authorNoah Misch <noah@leadboat.com>
Sat, 24 Mar 2018 03:31:03 +0000 (20:31 -0700)
committerNoah Misch <noah@leadboat.com>
Sat, 24 Mar 2018 03:31:06 +0000 (20:31 -0700)
commit56328de6e8457b075136c67795b24cd8568cbd05
tree4f2388db9bbee0c8f1e17e7b6942aa2e1573eb92
parent5d814c8413d7cda15431e96432727adbcb08446b
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).
doc/src/sgml/extend.sgml