Vous n'êtes pas identifié(e).
- Contributions : Récentes | Sans réponse
#1 25/08/2010 13:51:10
- mich30
- Membre
terminating connection because of crash of another server process
voivi ma requete chaque fois cela part en erreur
que puis je faire
merci
update info p1 set
do_zps = p2.do_zps ,
a_do_zps_am = cast(substr(p2.d_desig_am,7,4) as integer)
from zenvipaca.do_zps_paca p2
where
p1.the_geom && p2.the_geom AND
intersects(p1.the_geom,p2.the_geom) ;
WARNING: terminating connection because of crash of another server process
DETAIL: The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
HINT: In a moment you should be able to reconnect to the database and repeat your command.
Hors ligne
#2 06/09/2010 10:45:52
- SAS
- Membre
Re : terminating connection because of crash of another server process
Bonjour,
Avez-vous d'autres informations dans le fichier de trace du serveur ?
Cela permettrait de connaître l'erreur qui entraîne le plantage. Le message que vous remontez correspond, en effet, uniquement au message envoyé au client pour le prévenir que sa session a été interrompu.
Stéphane Schildknecht
Conseil, formations et support PostgreSQL
http://www.loxodata.com
Hors ligne