Re: ALTER EXTENSION UPGRADE, v3

David Wheeler <david@kineticode.com>

From: "David E. Wheeler" <david@kineticode.com>
To: Dimitri Fontaine <dimitri@2ndQuadrant.fr>
Cc: Itagaki Takahiro <itagaki.takahiro@gmail.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2011-02-02T18:29:28Z
Lists: pgsql-hackers
On Feb 2, 2011, at 10:22 AM, Dimitri Fontaine wrote:

> Either one line in the Makefile or a new file with the \i equivalent
> lines, that would maybe look like:
> 
>  SELECT pg_execute_sql_file('upgrade.v14.sql');
>  SELECT pg_execute_sql_file('upgrade.v15.sql');
> 
> So well… I don't see how you've made it less gross here.

I suppose it depends on whether or not you prefer SQL to make. I know where my preferences are.

Best,

David