Hi there, i'm busy with quite a large project using PostgreSQL. Now the problem is that one of our data tables seems to have been corrupted. I cant open the table certain SQL queries like select does return results but the returned results are selective meaning that only certain fields are returned and not every thing that you asked for.
Is there a way to fix this or would we need to recreate the table and reload it with the data from the begining.
PS: attempts to export the data in the table have failed thus far.
Thanx in advance
Johan Kestlmeier
Is there a way to fix this or would we need to recreate the table and reload it with the data from the begining.
PS: attempts to export the data in the table have failed thus far.
Thanx in advance
Johan Kestlmeier
Comment