"David E. Wheeler" <da...@kineticode.com> writes: >> upgrade.null-v15.sql: upgrade.v14.sql upgrade.v15.sql >> cat upgrade.v14.sql upgrade.v15.sql > $@ > > Sure, if you know Make really well. But then I need to add a line to > the Makefile for every bloody upgrade script. Gross.
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. -- Dimitri Fontaine http://2ndQuadrant.fr PostgreSQL : Expertise, Formation et Support -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers