- 1. Introduction
- 2. eugene lint
- 3. eugene trace
- 4. Ignoring hints
- 5. eugene web
- 6. Running in GitHub Actions
- 7. Running in GitLab CI
- 8. Hint reference
❱
- 8.1. E1 Validating table with a new constraint
- 8.2. E2 Validating table with a new NOT NULL column
- 8.3. E3 Add a new JSON column
- 8.4. E4 Running more statements after taking AccessExclusiveLock
- 8.5. E5 Type change requiring table rewrite
- 8.6. E6 Creating a new index on an existing table
- 8.7. E7 Creating a new unique constraint
- 8.8. E8 Creating a new exclusion constraint
- 8.9. E9 Taking dangerous lock without timeout
- 8.10. E10 Rewrote table or index while holding dangerous lock
- 8.11. E11 Adding a SERIAL or GENERATED ... STORED column
- 8.12. W12 Multiple ALTER TABLE statements where one will do
- 8.13. W13 Creating an enum
- 8.14. W14 Adding a primary key using an index
- 9. Example Reports
❱
- 9.1. E1 lint problematic
- 9.2. E1 lint safer
- 9.3. E1 trace problematic
- 9.4. E1 trace safer
- 9.5. E2 lint problematic
- 9.6. E2 lint safer
- 9.7. E2 trace problematic
- 9.8. E2 trace safer
- 9.9. E3 lint problematic
- 9.10. E3 lint safer
- 9.11. E3 trace problematic
- 9.12. E3 trace safer
- 9.13. E4 lint problematic
- 9.14. E4 lint safer
- 9.15. E4 trace problematic
- 9.16. E4 trace safer
- 9.17. E5 lint problematic
- 9.18. E5 lint safer
- 9.19. E5 trace problematic
- 9.20. E5 trace safer
- 9.21. E6 lint problematic
- 9.22. E6 lint safer
- 9.23. E6 trace problematic
- 9.24. E6 trace safer
- 9.25. E7 lint problematic
- 9.26. E7 lint safer
- 9.27. E7 trace problematic
- 9.28. E7 trace safer
- 9.29. E8 lint problematic
- 9.30. E8 trace problematic
- 9.31. E9 lint problematic
- 9.32. E9 lint safer
- 9.33. E9 trace problematic
- 9.34. E9 trace safer
- 9.35. E10 lint problematic
- 9.36. E10 lint safer
- 9.37. E10 trace problematic
- 9.38. E10 trace safer
- 9.39. E11 lint problematic
- 9.40. E11 trace problematic
- 9.41. W12 lint problematic
- 9.42. W12 lint safer
- 9.43. W12 trace problematic
- 9.44. W12 trace safer
- 9.45. W13 lint problematic
- 9.46. W13 lint safer
- 9.47. W13 trace problematic
- 9.48. W13 trace safer
- 9.49. W14 lint problematic
- 9.50. W14 lint safer
- 9.51. W14 trace problematic
- 9.52. W14 trace safer