Skip to content

Instantly share code, notes, and snippets.

@DominikMostek
Created November 7, 2011 20:26
Show Gist options
  • Save DominikMostek/1346059 to your computer and use it in GitHub Desktop.
Save DominikMostek/1346059 to your computer and use it in GitHub Desktop.
dominik@matrix-server email-marketing-web-tool$ psql -U emwt -d emwt -W -f Implementace/skript.sql
Vložte heslo uživatele emwt:
psql:Implementace/skript.sql:1: ERROR: schema "public" already exists
psql:Implementace/skript.sql:13: ERROR: syntax error at or near "NOT"
ŘÁDKA 1: CREATE TABLE IF NOT EXISTS public.Kampane (
^
psql:Implementace/skript.sql:22: ERROR: syntax error at or near "NOT"
ŘÁDKA 1: CREATE TABLE IF NOT EXISTS public.Odberatele (
^
psql:Implementace/skript.sql:29: ERROR: syntax error at or near "NOT"
ŘÁDKA 1: CREATE TABLE IF NOT EXISTS public.OdeslaneEmaily (
^
psql:Implementace/skript.sql:37: ERROR: syntax error at or near "NOT"
ŘÁDKA 1: CREATE TABLE IF NOT EXISTS public.Odkazy (
^
psql:Implementace/skript.sql:43: ERROR: syntax error at or near "NOT"
ŘÁDKA 1: CREATE TABLE IF NOT EXISTS public.Preference (
^
psql:Implementace/skript.sql:48: ERROR: syntax error at or near "NOT"
ŘÁDKA 1: CREATE TABLE IF NOT EXISTS public.PreferenceOdberatelu (
^
psql:Implementace/skript.sql:56: ERROR: syntax error at or near "NOT"
ŘÁDKA 1: CREATE TABLE IF NOT EXISTS public.Sablony (
^
psql:Implementace/skript.sql:63: ERROR: syntax error at or near "NOT"
ŘÁDKA 1: CREATE TABLE IF NOT EXISTS public.SeznamyOdberatelu (
^
psql:Implementace/skript.sql:72: ERROR: syntax error at or near "NOT"
ŘÁDKA 1: CREATE TABLE IF NOT EXISTS public.Sluzby (
^
psql:Implementace/skript.sql:80: ERROR: syntax error at or near "NOT"
ŘÁDKA 1: CREATE TABLE IF NOT EXISTS public.StatistikaOdkazu (
^
psql:Implementace/skript.sql:88: ERROR: syntax error at or near "NOT"
ŘÁDKA 1: CREATE TABLE IF NOT EXISTS public.Uzivatel (
^
psql:Implementace/skript.sql:97: ERROR: syntax error at or near "NOT"
ŘÁDKA 1: CREATE TABLE IF NOT EXISTS public.ZakoupeneSluzby (
^
psql:Implementace/skript.sql:101: ERROR: relation "public.kampane" does not exist
psql:Implementace/skript.sql:104: ERROR: relation "public.kampane" does not exist
psql:Implementace/skript.sql:107: ERROR: relation "public.preferenceodberatelu" does not exist
psql:Implementace/skript.sql:110: ERROR: relation "public.preferenceodberatelu" does not exist
psql:Implementace/skript.sql:113: ERROR: relation "public.sablony" does not exist
psql:Implementace/skript.sql:116: ERROR: relation "public.seznamyodberatelu" does not exist
psql:Implementace/skript.sql:119: ERROR: relation "public.seznamyodberatelu" does not exist
psql:Implementace/skript.sql:122: ERROR: relation "public.sluzby" does not exist
psql:Implementace/skript.sql:125: ERROR: relation "public.statistikaodkazu" does not exist
psql:Implementace/skript.sql:128: ERROR: relation "public.statistikaodkazu" does not exist
psql:Implementace/skript.sql:131: ERROR: relation "public.zakoupenesluzby" does not exist
psql:Implementace/skript.sql:134: ERROR: relation "public.zakoupenesluzby" does not exist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment