Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Re: création de bas e en UTF8



Stephane Bortzmeyer a écrit :
On Mon, Oct 29, 2007 at 05:45:12PM +0100,
jl(at)machinchose(dot)com <jl(at)machinchose(dot)com> wrote a message of 64 lines which said:

On progresse. Mon système et mon terminal ne sont PAS en UTF8 :

Rien dans ce que vous écrivez ne le prouve (j'ai donné la commande qui
aurait permis d'être sûr).

Cependant, je voudrais installer tinyerp qui demande obligatoirement
une base en UTF8

Il a bien raison, si vous avez des clients dans tous les pays.
psql:./cre_tab.sql:5: PANIC:  ERRORDATA_STACK_SIZE exceeded
server closed the connection unexpectedly
        This probably means the server terminated abnormally
        before or while processing the request.

Le journal de PostgreSQL contiendra plus d'informations. La
connaissance du fichier cre_tab.sql aiderait aussi (par exemple à
tenter de reproduire l'erreur).
Trop d'erreurs, vous devez donner a votre fichier l'encodage qui doit correspondre au client_encoding :-) il est un tout petit peu etonnant que cela debouche sur un PANIC, mais d'apres le code source :

               /*
* Wups, stack not big enough. We treat this as a PANIC condition * because it suggests an infinite loop of errors during error
                * recovery.
                */

---------------------------(end of broadcast)---------------------------
TIP 7: You can help support the PostgreSQL project by donating at

                http://www.postgresql.org/about/donate




Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group