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

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Don't qualify type pg_catalog.text in extend-extensions-example.
Date: 2018-03-24 03:36:06
Message-ID: E1ezZyQ-0004iP-O4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/2c8974e6a02d24be3543741f9bf6ceab384b30d6

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-03-24 19:47:14 pgsql: initdb: Improve --wal-segsize handling
Previous Message Peter Eisentraut 2018-03-23 21:19:47 pgsql: Small refactoring