Reputation: 7279
When running select query i am getting below error. I am new to postgres and need your suggestions on this.
ERROR: could not seek to end of segment 0 of relation pg_table1/23111/191232/112333: Input/output error
Please suggest what could be the reasons.
Upvotes: 0
Views: 825
Reputation: 30362
Messages like that are typically signs of some kind of corruption. This link touches on some similar things. Stark Presentation
Upvotes: 1