Skip to content

Instantly share code, notes, and snippets.

@lhanson
Created October 11, 2016 22:51
Show Gist options
  • Save lhanson/d9b27542e7b7ac8a7a87885f8123c904 to your computer and use it in GitHub Desktop.
Save lhanson/d9b27542e7b7ac8a7a87885f8123c904 to your computer and use it in GitHub Desktop.
PostgreSQL output during invocation of MavenArtifactNotifierInitFromExcelMain
ERROR: constraint "ukh3vbwatl9grndwud5gmoyd0gk" of relation "artifact" does not exist
STATEMENT: alter table Artifact drop constraint UKh3vbwatl9grndwud5gmoyd0gk
ERROR: constraint "uk_s9isu7vl7b611kenaw5xa8tya" of relation "artifactgroup" does not exist
STATEMENT: alter table ArtifactGroup drop constraint UK_s9isu7vl7b611kenaw5xa8tya
ERROR: constraint "uke25bklx8h4v3otrp371ciis37" of relation "artifactversion" does not exist
STATEMENT: alter table ArtifactVersion drop constraint UKe25bklx8h4v3otrp371ciis37
ERROR: constraint "uk_l3rpahijrmparse329xqpq7v7" of relation "emailaddress" does not exist
STATEMENT: alter table EmailAddress drop constraint UK_l3rpahijrmparse329xqpq7v7
ERROR: constraint "uko2m0g8gd71syiu35joaie04og" of relation "followedartifact" does not exist
STATEMENT: alter table FollowedArtifact drop constraint UKo2m0g8gd71syiu35joaie04og
ERROR: constraint "uk_k31gbcltpas6ux95qpk19o6q5" of relation "parameter" does not exist
STATEMENT: alter table Parameter drop constraint UK_k31gbcltpas6ux95qpk19o6q5
ERROR: constraint "uk_iflk2yk9ma95q0q9ovhftpi63" of relation "project" does not exist
STATEMENT: alter table Project drop constraint UK_iflk2yk9ma95q0q9ovhftpi63
ERROR: constraint "uk_dukgp2ddf80b0nkl8roe6amcj" of relation "project" does not exist
STATEMENT: alter table Project drop constraint UK_dukgp2ddf80b0nkl8roe6amcj
ERROR: constraint "ukna1usu0spwhf4gg0ya84bhxgw" of relation "projectversion" does not exist
STATEMENT: alter table ProjectVersion drop constraint UKna1usu0spwhf4gg0ya84bhxgw
ERROR: constraint "uk_q1sdxrqyk0i3sw35q3m92sx3m" of relation "user_" does not exist
STATEMENT: alter table user_ drop constraint UK_q1sdxrqyk0i3sw35q3m92sx3m
ERROR: constraint "uk_b42v4ehtdtre64xrfx8sndgnm" of relation "user_" does not exist
STATEMENT: alter table user_ drop constraint UK_b42v4ehtdtre64xrfx8sndgnm
ERROR: constraint "uk_ako76mqdxoi3oyw6taebuj50" of relation "user_" does not exist
STATEMENT: alter table user_ drop constraint UK_ako76mqdxoi3oyw6taebuj50
LOG: invalid length of startup packet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment