noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 190/323: SQL : remove comment on extension


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 190/323: SQL : remove comment on extension
Date: Wed, 14 Mar 2018 17:38:47 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit e1e56eae8602efde974e8edb5526000f887a9d41
Author: Dany De Bontridder <address@hidden>
Date:   Sat Feb 10 22:24:41 2018 +0100

    SQL : remove comment on extension
---
 include/sql/account_repository/comment.sql | 1 -
 include/sql/account_repository/schema.sql  | 1 -
 include/sql/mod1/comment.sql               | 1 -
 include/sql/mod1/schema.sql                | 1 -
 4 files changed, 4 deletions(-)

diff --git a/include/sql/account_repository/comment.sql 
b/include/sql/account_repository/comment.sql
index bd59b1c..3892231 100644
--- a/include/sql/account_repository/comment.sql
+++ b/include/sql/account_repository/comment.sql
@@ -1,4 +1,3 @@
-COMMENT ON EXTENSION plpgsql IS 'PL/pgSQL procedural language';
 COMMENT ON COLUMN ac_dossier.dos_email IS 'Max emails per day : 0 none , -1 
unlimited or  max value';
 COMMENT ON COLUMN ac_users.use_email IS 'Email of the user';
 COMMENT ON TABLE dossier_sent_email IS 'Count the sent email by folder';
diff --git a/include/sql/account_repository/schema.sql 
b/include/sql/account_repository/schema.sql
index 00b59bd..b4e2c9a 100644
--- a/include/sql/account_repository/schema.sql
+++ b/include/sql/account_repository/schema.sql
@@ -10,7 +10,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;
diff --git a/include/sql/mod1/comment.sql b/include/sql/mod1/comment.sql
index 7aa7dad..f10933c 100644
--- a/include/sql/mod1/comment.sql
+++ b/include/sql/mod1/comment.sql
@@ -1,4 +1,3 @@
-COMMENT ON EXTENSION plpgsql IS 'PL/pgSQL procedural language';
 COMMENT ON FUNCTION correct_sequence(p_sequence text, p_col text, p_table 
text) IS ' Often the primary key is a sequence number and sometimes the value 
of the sequence is not synchronized with the primary key ( p_sequence : 
sequence name, p_col : col of the pk,p_table : concerned table';
 COMMENT ON FUNCTION format_account(p_account public.account_type) IS 'format 
the accounting :
 - upper case
diff --git a/include/sql/mod1/schema.sql b/include/sql/mod1/schema.sql
index e9d1da7..160465a 100644
--- a/include/sql/mod1/schema.sql
+++ b/include/sql/mod1/schema.sql
@@ -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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]