[postgis-tickets] r17453 - Make upgrade finish notification copy-paste friendly.

Darafei komzpa at gmail.com
Sat Jun 1 06:02:26 PDT 2019


Author: komzpa
Date: 2019-06-01 06:02:26 -0700 (Sat, 01 Jun 2019)
New Revision: 17453

Modified:
   trunk/postgis/postgis.sql.in
Log:
Make upgrade finish notification copy-paste friendly.


Modified: trunk/postgis/postgis.sql.in
===================================================================
--- trunk/postgis/postgis.sql.in	2019-06-01 02:10:06 UTC (rev 17452)
+++ trunk/postgis/postgis.sql.in	2019-06-01 13:02:26 UTC (rev 17453)
@@ -2857,7 +2857,7 @@
 
 	END LOOP;
 
-	RETURN 'Upgrade completed, run postgis_full_version() for details';
+	RETURN 'Upgrade completed, run SELECT postgis_full_version(); for details';
 
 END
 $$ LANGUAGE plpgsql VOLATILE;



More information about the postgis-tickets mailing list