pgsql: Don't qualify type pg_catalog.text inextend-extensions-example. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Don't qualify type pg_catalog.text inextend-extensions-example.
Date
Msg-id E1ezZyQ-0004iT-OA@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/60c623678fde2c6bc331c11197e457ba69170b50

Modified Files
--------------
doc/src/sgml/extend.sgml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Small refactoring
Next
From: Peter Eisentraut
Date:
Subject: pgsql: initdb: Improve --wal-segsize handling