Created
January 26, 2012 08:41
-
-
Save dnaeon/1681785 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
postgres@postgresql:~$ psql -d ewafermap -f /tmp/ewafermap_config.sql | |
SET | |
SET | |
SET | |
SET | |
SET | |
SET | |
SET | |
SET | |
psql:/tmp/ewafermap_config.sql:27: ERROR: relation "config" already exists | |
ALTER TABLE | |
psql:/tmp/ewafermap_config.sql:36: ERROR: column "hibernate_sequence" does not exist | |
LINE 1: ...d, namespace, filter, key, value) VALUES (nextval(hibernate_... | |
^ | |
psql:/tmp/ewafermap_config.sql:37: ERROR: column "hibernate_sequence" does not exist | |
LINE 1: ...d, namespace, filter, key, value) VALUES (nextval(hibernate_... | |
^ | |
psql:/tmp/ewafermap_config.sql:38: ERROR: column "hibernate_sequence" does not exist | |
LINE 1: ...d, namespace, filter, key, value) VALUES (nextval(hibernate_... | |
^ | |
psql:/tmp/ewafermap_config.sql:39: ERROR: column "hibernate_sequence" does not exist | |
LINE 1: ...d, namespace, filter, key, value) VALUES (nextval(hibernate_... | |
^ | |
psql:/tmp/ewafermap_config.sql:40: ERROR: column "hibernate_sequence" does not exist | |
LINE 1: ...d, namespace, filter, key, value) VALUES (nextval(hibernate_... | |
^ | |
psql:/tmp/ewafermap_config.sql:41: ERROR: column "hibernate_sequence" does not exist | |
LINE 1: ...d, namespace, filter, key, value) VALUES (nextval(hibernate_... | |
^ | |
psql:/tmp/ewafermap_config.sql:42: ERROR: column "hibernate_sequence" does not exist | |
<<<< SNIP >>>> | |
...d, namespace, filter, key, value) VALUES (nextval(hibernate_... | |
^ | |
psql:/tmp/ewafermap_config.sql:447: ERROR: column "hibernate_sequence" does not exist | |
LINE 1: ...d, namespace, filter, key, value) VALUES (nextval(hibernate_... | |
^ | |
psql:/tmp/ewafermap_config.sql:448: ERROR: column "hibernate_sequence" does not exist | |
LINE 1: ...d, namespace, filter, key, value) VALUES (nextval(hibernate_... | |
^ | |
psql:/tmp/ewafermap_config.sql:449: ERROR: column "hibernate_sequence" does not exist | |
LINE 1: ...d, namespace, filter, key, value) VALUES (nextval(hibernate_... | |
^ | |
psql:/tmp/ewafermap_config.sql:450: ERROR: column "hibernate_sequence" does not exist | |
LINE 1: ...d, namespace, filter, key, value) VALUES (nextval(hibernate_... | |
^ | |
psql:/tmp/ewafermap_config.sql:451: ERROR: column "hibernate_sequence" does not exist | |
LINE 1: ...d, namespace, filter, key, value) VALUES (nextval(hibernate_... | |
^ | |
psql:/tmp/ewafermap_config.sql:452: ERROR: column "hibernate_sequence" does not exist | |
LINE 1: ...d, namespace, filter, key, value) VALUES (nextval(hibernate_... | |
^ | |
psql:/tmp/ewafermap_config.sql:460: ERROR: multiple primary keys for table "config" are not allowed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment