[postgis-tickets] [PostGIS] #4643: PostgreSQL 13 no longer supports FROM in CREATE EXTENSION

PostGIS trac at osgeo.org
Thu Feb 27 00:56:15 PST 2020


#4643: PostgreSQL 13 no longer supports FROM in CREATE EXTENSION
------------------------------------+--------------------------------
  Reporter:  robe                   |      Owner:  strk
      Type:  defect                 |     Status:  new
  Priority:  blocker                |  Milestone:  PostGIS PostgreSQL
 Component:  build/upgrade/install  |    Version:  master
Resolution:                         |   Keywords:
------------------------------------+--------------------------------

Comment (by strk):

 I've implemented the suggestion from Chapman Flack (found in the pgsql-
 hackers thread above) into
 https://git.osgeo.org/gitea/postgis/postgis/pulls/45

 Basically, we install an empty postgis--unpackaged.sql script and use it
 to fool PostgreSQL into thinking we need unpackaged--targetversion for
 upgrading it...

 The run_test.pl was changed to stop using the `FROM unpackaged` syntax and
 instead use the workaround syntax of creating the empty extension and then
 upgrading it.

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4643#comment:7>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list