X-Git-Url: http://sigaev.ru/git/gitweb.cgi?p=wildspeed.git;a=blobdiff_plain;f=sql%2Fwildspeed.sql;h=664724646610a0358475dae7433b611b3f896d5e;hp=d536e69ceaf37ec9140d5c9577e4ed5904bec2ce;hb=HEAD;hpb=936872280c2b3d21e5c20931c2094f33d3a0e6c2 diff --git a/sql/wildspeed.sql b/sql/wildspeed.sql index d536e69..6647246 100644 --- a/sql/wildspeed.sql +++ b/sql/wildspeed.sql @@ -1,11 +1,11 @@ -- -- first, define the datatype. Turn off echoing so that expected file --- does not depend on contents of wildspeed.sql. +-- does not depend on `CREATE EXTENSION wildspeed` output. -- SET client_min_messages = warning; \set ECHO none -\i wildspeed.sql +CREATE EXTENSION wildspeed; \set ECHO all RESET client_min_messages;