Re: ALTER EXTENSION ... UPGRADE;
David Wheeler <david@kineticode.com>
From: "David E. Wheeler" <david@kineticode.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Dimitri Fontaine <dimitri@2ndQuadrant.fr>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2010-12-10T22:48:33Z
Lists: pgsql-hackers
On Dec 10, 2010, at 2:40 PM, Tom Lane wrote: >> Since you know the existing version number, you just run all that come after. For example, if the current version is 1.12, then you know to run foo-1.13.sql and foo-1.15.sql. > > If we assume the target is the current version, then we only need the > old-version number in the file name, so it doesn't matter how many > parts it has. Exactly. Best, David