· 8 years ago · Aug 20, 2018, 07:40 AM
1dominik@matrix-server email-marketing-web-tool$ psql -U emwt -d emwt -W -f Implementace/skript.sql
2Vložte heslo uživatele emwt:
3psql:Implementace/skript.sql:1: ERROR: schema "public" already exists
4psql:Implementace/skript.sql:13: ERROR: syntax error at or near "NOT"
5ŘÃDKA 1: CREATE TABLE IF NOT EXISTS public.Kampane (
6 ^
7psql:Implementace/skript.sql:22: ERROR: syntax error at or near "NOT"
8ŘÃDKA 1: CREATE TABLE IF NOT EXISTS public.Odberatele (
9 ^
10psql:Implementace/skript.sql:29: ERROR: syntax error at or near "NOT"
11ŘÃDKA 1: CREATE TABLE IF NOT EXISTS public.OdeslaneEmaily (
12 ^
13psql:Implementace/skript.sql:37: ERROR: syntax error at or near "NOT"
14ŘÃDKA 1: CREATE TABLE IF NOT EXISTS public.Odkazy (
15 ^
16psql:Implementace/skript.sql:43: ERROR: syntax error at or near "NOT"
17ŘÃDKA 1: CREATE TABLE IF NOT EXISTS public.Preference (
18 ^
19psql:Implementace/skript.sql:48: ERROR: syntax error at or near "NOT"
20ŘÃDKA 1: CREATE TABLE IF NOT EXISTS public.PreferenceOdberatelu (
21 ^
22psql:Implementace/skript.sql:56: ERROR: syntax error at or near "NOT"
23ŘÃDKA 1: CREATE TABLE IF NOT EXISTS public.Sablony (
24 ^
25psql:Implementace/skript.sql:63: ERROR: syntax error at or near "NOT"
26ŘÃDKA 1: CREATE TABLE IF NOT EXISTS public.SeznamyOdberatelu (
27 ^
28psql:Implementace/skript.sql:72: ERROR: syntax error at or near "NOT"
29ŘÃDKA 1: CREATE TABLE IF NOT EXISTS public.Sluzby (
30 ^
31psql:Implementace/skript.sql:80: ERROR: syntax error at or near "NOT"
32ŘÃDKA 1: CREATE TABLE IF NOT EXISTS public.StatistikaOdkazu (
33 ^
34psql:Implementace/skript.sql:88: ERROR: syntax error at or near "NOT"
35ŘÃDKA 1: CREATE TABLE IF NOT EXISTS public.Uzivatel (
36 ^
37psql:Implementace/skript.sql:97: ERROR: syntax error at or near "NOT"
38ŘÃDKA 1: CREATE TABLE IF NOT EXISTS public.ZakoupeneSluzby (
39 ^
40psql:Implementace/skript.sql:101: ERROR: relation "public.kampane" does not exist
41psql:Implementace/skript.sql:104: ERROR: relation "public.kampane" does not exist
42psql:Implementace/skript.sql:107: ERROR: relation "public.preferenceodberatelu" does not exist
43psql:Implementace/skript.sql:110: ERROR: relation "public.preferenceodberatelu" does not exist
44psql:Implementace/skript.sql:113: ERROR: relation "public.sablony" does not exist
45psql:Implementace/skript.sql:116: ERROR: relation "public.seznamyodberatelu" does not exist
46psql:Implementace/skript.sql:119: ERROR: relation "public.seznamyodberatelu" does not exist
47psql:Implementace/skript.sql:122: ERROR: relation "public.sluzby" does not exist
48psql:Implementace/skript.sql:125: ERROR: relation "public.statistikaodkazu" does not exist
49psql:Implementace/skript.sql:128: ERROR: relation "public.statistikaodkazu" does not exist
50psql:Implementace/skript.sql:131: ERROR: relation "public.zakoupenesluzby" does not exist
51psql:Implementace/skript.sql:134: ERROR: relation "public.zakoupenesluzby" does not exist