2010-02-05, 19:15
#13
Citat:
Ursprungligen postat av Proton
Otroligt.
Jag vet inte vad standardprogram är för påhitt, måste vara nåt skit i aero-gränssnittet som jag inte använder själv. Program heter det i "classic"-läge under startmenyn. Du ska INTE in i nån kontrollpanel.
Vet inte vade modiify å annat junk är heller, jag har inte sagt nåt om det, jag ser heller ingen annan som gjort det. Gör du?
Att det står "modify" å sånt antar jag att du är inne i lägg till och ta bort program, isf är du helt åt skogen snett ute, på en trehjuling och cyklar till och med.
Det ska enligt din egen instruktion finnas nåt som heter postgres command prompt på den angivna platsen eller nåt liknande.
Jag vet inte vad standardprogram är för påhitt, måste vara nåt skit i aero-gränssnittet som jag inte använder själv. Program heter det i "classic"-läge under startmenyn. Du ska INTE in i nån kontrollpanel.
Vet inte vade modiify å annat junk är heller, jag har inte sagt nåt om det, jag ser heller ingen annan som gjort det. Gör du?
Att det står "modify" å sånt antar jag att du är inne i lägg till och ta bort program, isf är du helt åt skogen snett ute, på en trehjuling och cyklar till och med.
Det ska enligt din egen instruktion finnas nåt som heter postgres command prompt på den angivna platsen eller nåt liknande.
Haha, du hjälper en sopa här.
Aja, nu hittade jag det. Men jag får fortfarande samma resultat, dvs att reindex inte är ett internt kommando, externt kommando, program och kommandofil.
There are two main reasons for this kind of error. The first is a result of data corruption from a computer crash that requires reindexing your database. You can reindex your database from the PostgreSQL command prompt. Click Start --> Programs --> PostgreSQL --> Command prompt. At the prompt that appears, type “reindexdb -a” and hit enter. Be aware that if you have large databases this may take a while, so be patient and wait for it to finish.
(If the re-index doesn't work because you are not logged in as user 'postgres' enter: "reindexdb -U postgres -a").
The second reason for this error is a result of faulty hardware. You can set PostgreSQL to ignore these errors by clicking Start --> Programs --> PostgreSQL --> Configuration Files --> Edit postgresql.conf. In the configuration file that appears, go to the bottom of the file and add the text “zero_damaged_pages = on” on a new line and then save and close the file. Click Start --> Programs --> PostgreSQL --> Reload Configuration and PostgreSQL will ignore the damaged data. If you continue to have problems with that hard drive, you should consider replacing it
(If the re-index doesn't work because you are not logged in as user 'postgres' enter: "reindexdb -U postgres -a").
The second reason for this error is a result of faulty hardware. You can set PostgreSQL to ignore these errors by clicking Start --> Programs --> PostgreSQL --> Configuration Files --> Edit postgresql.conf. In the configuration file that appears, go to the bottom of the file and add the text “zero_damaged_pages = on” on a new line and then save and close the file. Click Start --> Programs --> PostgreSQL --> Reload Configuration and PostgreSQL will ignore the damaged data. If you continue to have problems with that hard drive, you should consider replacing it
Jag får fortfarande samma resultat på den andra grejen också...
Vad är felet?