Advertisement
Guest User

Output from index creation

a guest
Jun 28th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. ALTER TABLE
  2. ALTER TABLE
  3. ALTER TABLE
  4. ALTER TABLE
  5. ALTER TABLE
  6. ALTER TABLE
  7. ALTER TABLE
  8. ALTER TABLE
  9. ALTER TABLE
  10. ALTER TABLE
  11. ALTER TABLE
  12. ALTER TABLE
  13. psql:create_indexes.sql:15: ERROR: column "type" contains null values
  14. psql:create_indexes.sql:16: ERROR: column "type" contains null values
  15. ALTER TABLE
  16. ALTER TABLE
  17. psql:create_indexes.sql:21: ERROR: constraints on permanent tables may reference only permanent tables
  18. psql:create_indexes.sql:22: ERROR: constraints on permanent tables may reference only permanent tables
  19. psql:create_indexes.sql:23: ERROR: constraints on permanent tables may reference only permanent tables
  20. ALTER TABLE
  21. ALTER TABLE
  22. psql:create_indexes.sql:26: ERROR: constraints on permanent tables may reference only permanent tables
  23. psql:create_indexes.sql:27: ERROR: constraints on permanent tables may reference only permanent tables
  24. CREATE INDEX
  25. CREATE INDEX
  26. CREATE INDEX
  27. CREATE INDEX
  28. CREATE INDEX
  29. CREATE INDEX
  30. CREATE INDEX
  31. DELETE 1
  32. psql:create_indexes.sql:38: ERROR: index row size 2888 exceeds maximum 2712 for index "releases_extraartists_name_idx"
  33. HINT: Values larger than 1/3 of a buffer page cannot be indexed.
  34. Consider a function index of an MD5 hash of the value, or use full text indexing.
  35. CREATE INDEX
  36. CREATE INDEX
  37. CREATE INDEX
  38. CREATE INDEX
  39. CREATE INDEX
  40. CREATE INDEX
  41. CREATE INDEX
  42. CREATE INDEX
  43. psql:create_indexes.sql:47: ERROR: could not write block 330392 of temporary file: No space left on device
  44. CREATE INDEX
  45. CREATE INDEX
  46. CREATE INDEX
  47. CREATE INDEX
  48. CREATE INDEX
  49. CREATE INDEX
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement