From f878df485165b97981df7f4c64f0cc00493a872f Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Sat, 19 Mar 2016 10:09:29 +0100 Subject: [PATCH] some access rights cleanup and remove a log from repo --- c_funcs/plpgsql_support.c | 0 chk_superuser | 0 cr_tables-log | 38 --------------------- cr_tables.sql | 0 doc/er/shop.dia | Bin doc/er/shop.dxf | 0 doc/er/shop.eps | 0 doc/er/shop.fig | 0 doc/er/shop.log | 0 doc/er/shop.pdf | Bin doc/er/shop.png | Bin doc/er/shop.ps | 0 doc/er/shop.svg | 0 doc/er/shop.tex | 0 doc/er/shop1.dia | Bin doc/er/showdia.tex | 0 dropdb.sql | 0 filldb.sql | 0 makescript.sh | 0 mk_lang_and_funcs.sh | 0 plpgsql_funcs/cr_func_adresse.sql | 0 plpgsql_funcs/cr_func_arbeit.sql | 0 plpgsql_funcs/cr_func_generic.sql | 0 plpgsql_funcs/cr_func_konto.sql | 0 plpgsql_funcs/cr_func_kunde.sql | 0 plpgsql_funcs/cr_func_land.sql | 0 plpgsql_funcs/cr_func_ort.sql | 0 plpgsql_funcs/cr_func_person.sql | 0 plpgsql_funcs/cr_func_waren.sql | 0 trigger_funcs/cr_trigger_func_benutzer.sql | 0 trigger_funcs/cr_trigger_func_generic.sql | 0 trigger_funcs/cr_trigger_func_konto.sql | 0 trigger_funcs/cr_trigger_func_rechte.sql | 0 trigger_funcs/cr_trigger_func_waren.sql | 0 34 files changed, 38 deletions(-) mode change 100755 => 100644 c_funcs/plpgsql_support.c mode change 100755 => 100644 chk_superuser delete mode 100755 cr_tables-log mode change 100755 => 100644 cr_tables.sql mode change 100755 => 100644 doc/er/shop.dia mode change 100755 => 100644 doc/er/shop.dxf mode change 100755 => 100644 doc/er/shop.eps mode change 100755 => 100644 doc/er/shop.fig mode change 100755 => 100644 doc/er/shop.log mode change 100755 => 100644 doc/er/shop.pdf mode change 100755 => 100644 doc/er/shop.png mode change 100755 => 100644 doc/er/shop.ps mode change 100755 => 100644 doc/er/shop.svg mode change 100755 => 100644 doc/er/shop.tex mode change 100755 => 100644 doc/er/shop1.dia mode change 100755 => 100644 doc/er/showdia.tex mode change 100755 => 100644 dropdb.sql mode change 100755 => 100644 filldb.sql mode change 100755 => 100644 makescript.sh mode change 100755 => 100644 mk_lang_and_funcs.sh mode change 100755 => 100644 plpgsql_funcs/cr_func_adresse.sql mode change 100755 => 100644 plpgsql_funcs/cr_func_arbeit.sql mode change 100755 => 100644 plpgsql_funcs/cr_func_generic.sql mode change 100755 => 100644 plpgsql_funcs/cr_func_konto.sql mode change 100755 => 100644 plpgsql_funcs/cr_func_kunde.sql mode change 100755 => 100644 plpgsql_funcs/cr_func_land.sql mode change 100755 => 100644 plpgsql_funcs/cr_func_ort.sql mode change 100755 => 100644 plpgsql_funcs/cr_func_person.sql mode change 100755 => 100644 plpgsql_funcs/cr_func_waren.sql mode change 100755 => 100644 trigger_funcs/cr_trigger_func_benutzer.sql mode change 100755 => 100644 trigger_funcs/cr_trigger_func_generic.sql mode change 100755 => 100644 trigger_funcs/cr_trigger_func_konto.sql mode change 100755 => 100644 trigger_funcs/cr_trigger_func_rechte.sql mode change 100755 => 100644 trigger_funcs/cr_trigger_func_waren.sql diff --git a/c_funcs/plpgsql_support.c b/c_funcs/plpgsql_support.c old mode 100755 new mode 100644 diff --git a/chk_superuser b/chk_superuser old mode 100755 new mode 100644 diff --git a/cr_tables-log b/cr_tables-log deleted file mode 100755 index 1c3850d..0000000 --- a/cr_tables-log +++ /dev/null @@ -1,38 +0,0 @@ -psql:cr_tables.sql:93: HINWEIS: CREATE TABLE erstellt implizit eine Sequenz »land__id__seq« für die »serial«-Spalte »land._id_« -psql:cr_tables.sql:93: HINWEIS: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index »land_pkey« für Tabelle »land« -psql:cr_tables.sql:121: HINWEIS: CREATE TABLE erstellt implizit eine Sequenz »ort__id__seq« für die »serial«-Spalte »ort._id_« -psql:cr_tables.sql:121: HINWEIS: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index »ort_pkey« für Tabelle »ort« -psql:cr_tables.sql:158: HINWEIS: CREATE TABLE erstellt implizit eine Sequenz »adresse__id__seq« für die »serial«-Spalte »adresse._id_« -psql:cr_tables.sql:158: HINWEIS: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index »adresse_pkey« für Tabelle »adresse« -psql:cr_tables.sql:213: HINWEIS: CREATE TABLE erstellt implizit eine Sequenz »person__id__seq« für die »serial«-Spalte »person._id_« -psql:cr_tables.sql:213: HINWEIS: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index »person_pkey« für Tabelle »person« -psql:cr_tables.sql:248: HINWEIS: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index »wohnt_pkey« für Tabelle »wohnt« -psql:cr_tables.sql:271: HINWEIS: CREATE TABLE erstellt implizit eine Sequenz »firma__id__seq« für die »serial«-Spalte »firma._id_« -psql:cr_tables.sql:271: HINWEIS: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index »firma_pkey« für Tabelle »firma« -psql:cr_tables.sql:307: HINWEIS: CREATE TABLE erstellt implizit eine Sequenz »abteilung__id__seq« für die »serial«-Spalte »abteilung._id_« -psql:cr_tables.sql:307: HINWEIS: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index »abteilung_pkey« für Tabelle »abteilung« -psql:cr_tables.sql:355: HINWEIS: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index »arbeit_pkey« für Tabelle »arbeit« -psql:cr_tables.sql:394: HINWEIS: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index »konten_typen_pkey« für Tabelle »konten_typen« -psql:cr_tables.sql:414: HINWEIS: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index »used_konten_pkey« für Tabelle »used_konten« -psql:cr_tables.sql:440: HINWEIS: CREATE TABLE erstellt implizit eine Sequenz »kontenplan__id__seq« für die »serial«-Spalte »kontenplan._id_« -psql:cr_tables.sql:440: HINWEIS: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index »kontenplan_pkey« für Tabelle »kontenplan« -psql:cr_tables.sql:493: HINWEIS: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index »konto_pkey« für Tabelle »konto« -psql:cr_tables.sql:522: HINWEIS: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index »buchung_pkey« für Tabelle »buchung« -psql:cr_tables.sql:720: HINWEIS: CREATE TABLE erstellt implizit eine Sequenz »benutzer__id__seq« für die »serial«-Spalte »benutzer._id_« -psql:cr_tables.sql:720: HINWEIS: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index »benutzer_pkey« für Tabelle »benutzer« -psql:cr_tables.sql:758: HINWEIS: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index »rechte_pkey« für Tabelle »rechte« -psql:cr_tables.sql:835: HINWEIS: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index »admin_pkey« für Tabelle »admin« -psql:cr_tables.sql:874: HINWEIS: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index »effektive_rechte_pkey« für Tabelle »effektive_rechte« -psql:cr_tables.sql:914: HINWEIS: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index »session_pkey« für Tabelle »session« -psql:cr_tables.sql:937: HINWEIS: CREATE TABLE erstellt implizit eine Sequenz »kunde__id__seq« für die »serial«-Spalte »kunde._id_« -psql:cr_tables.sql:937: HINWEIS: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index »kunde_pkey« für Tabelle »kunde« -psql:cr_tables.sql:1038: HINWEIS: CREATE TABLE erstellt implizit eine Sequenz »anbieter__id__seq« für die »serial«-Spalte »anbieter._id_« -psql:cr_tables.sql:1038: HINWEIS: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index »anbieter_pkey« für Tabelle »anbieter« -psql:cr_tables.sql:1110: HINWEIS: CREATE TABLE erstellt implizit eine Sequenz »verkaeufer__id__seq« für die »serial«-Spalte »verkaeufer._id_« -psql:cr_tables.sql:1110: HINWEIS: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index »verkaeufer_pkey« für Tabelle »verkaeufer« -psql:cr_tables.sql:1193: HINWEIS: CREATE TABLE erstellt implizit eine Sequenz »warengruppe__id__seq« für die »serial«-Spalte »warengruppe._id_« -psql:cr_tables.sql:1193: HINWEIS: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index »warengruppe_pkey« für Tabelle »warengruppe« -psql:cr_tables.sql:1284: HINWEIS: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index »produkt_typen_pkey« für Tabelle »produkt_typen« -psql:cr_tables.sql:1311: HINWEIS: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index »typ_table_columns_pkey« für Tabelle »typ_table_columns« -psql:cr_tables.sql:1344: HINWEIS: CREATE TABLE erstellt implizit eine Sequenz »produkt__id__seq« für die »serial«-Spalte »produkt._id_« -psql:cr_tables.sql:1344: HINWEIS: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index »produkt_pkey« für Tabelle »produkt« diff --git a/cr_tables.sql b/cr_tables.sql old mode 100755 new mode 100644 diff --git a/doc/er/shop.dia b/doc/er/shop.dia old mode 100755 new mode 100644 diff --git a/doc/er/shop.dxf b/doc/er/shop.dxf old mode 100755 new mode 100644 diff --git a/doc/er/shop.eps b/doc/er/shop.eps old mode 100755 new mode 100644 diff --git a/doc/er/shop.fig b/doc/er/shop.fig old mode 100755 new mode 100644 diff --git a/doc/er/shop.log b/doc/er/shop.log old mode 100755 new mode 100644 diff --git a/doc/er/shop.pdf b/doc/er/shop.pdf old mode 100755 new mode 100644 diff --git a/doc/er/shop.png b/doc/er/shop.png old mode 100755 new mode 100644 diff --git a/doc/er/shop.ps b/doc/er/shop.ps old mode 100755 new mode 100644 diff --git a/doc/er/shop.svg b/doc/er/shop.svg old mode 100755 new mode 100644 diff --git a/doc/er/shop.tex b/doc/er/shop.tex old mode 100755 new mode 100644 diff --git a/doc/er/shop1.dia b/doc/er/shop1.dia old mode 100755 new mode 100644 diff --git a/doc/er/showdia.tex b/doc/er/showdia.tex old mode 100755 new mode 100644 diff --git a/dropdb.sql b/dropdb.sql old mode 100755 new mode 100644 diff --git a/filldb.sql b/filldb.sql old mode 100755 new mode 100644 diff --git a/makescript.sh b/makescript.sh old mode 100755 new mode 100644 diff --git a/mk_lang_and_funcs.sh b/mk_lang_and_funcs.sh old mode 100755 new mode 100644 diff --git a/plpgsql_funcs/cr_func_adresse.sql b/plpgsql_funcs/cr_func_adresse.sql old mode 100755 new mode 100644 diff --git a/plpgsql_funcs/cr_func_arbeit.sql b/plpgsql_funcs/cr_func_arbeit.sql old mode 100755 new mode 100644 diff --git a/plpgsql_funcs/cr_func_generic.sql b/plpgsql_funcs/cr_func_generic.sql old mode 100755 new mode 100644 diff --git a/plpgsql_funcs/cr_func_konto.sql b/plpgsql_funcs/cr_func_konto.sql old mode 100755 new mode 100644 diff --git a/plpgsql_funcs/cr_func_kunde.sql b/plpgsql_funcs/cr_func_kunde.sql old mode 100755 new mode 100644 diff --git a/plpgsql_funcs/cr_func_land.sql b/plpgsql_funcs/cr_func_land.sql old mode 100755 new mode 100644 diff --git a/plpgsql_funcs/cr_func_ort.sql b/plpgsql_funcs/cr_func_ort.sql old mode 100755 new mode 100644 diff --git a/plpgsql_funcs/cr_func_person.sql b/plpgsql_funcs/cr_func_person.sql old mode 100755 new mode 100644 diff --git a/plpgsql_funcs/cr_func_waren.sql b/plpgsql_funcs/cr_func_waren.sql old mode 100755 new mode 100644 diff --git a/trigger_funcs/cr_trigger_func_benutzer.sql b/trigger_funcs/cr_trigger_func_benutzer.sql old mode 100755 new mode 100644 diff --git a/trigger_funcs/cr_trigger_func_generic.sql b/trigger_funcs/cr_trigger_func_generic.sql old mode 100755 new mode 100644 diff --git a/trigger_funcs/cr_trigger_func_konto.sql b/trigger_funcs/cr_trigger_func_konto.sql old mode 100755 new mode 100644 diff --git a/trigger_funcs/cr_trigger_func_rechte.sql b/trigger_funcs/cr_trigger_func_rechte.sql old mode 100755 new mode 100644 diff --git a/trigger_funcs/cr_trigger_func_waren.sql b/trigger_funcs/cr_trigger_func_waren.sql old mode 100755 new mode 100644