SQL : remove comment on extension

This commit is contained in:
Dany De Bontridder 2018-02-10 22:24:41 +01:00
parent 31e32d308a
commit e1e56eae86
4 changed files with 0 additions and 4 deletions

View file

@ -14,7 +14,6 @@ CREATE EXTENSION IF NOT EXISTS plpgsql WITH SCHEMA pg_catalog;
COMMENT ON EXTENSION plpgsql IS 'PL/pgSQL procedural language';
SET search_path = public, pg_catalog;