Skip to content
  • Noah Misch's avatar
    60c62367
    Don't qualify type pg_catalog.text in extend-extensions-example. · 60c62367
    Noah Misch authored
    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).
    60c62367
    Don't qualify type pg_catalog.text in extend-extensions-example.
    Noah Misch authored
    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).
Loading