Re: [postgresql-it] Errore creazione database

  • From: Giorgio Ponza <ponzagiorgio@xxxxxxxxx>
  • To: postgresql-it <postgresql-it@xxxxxxxxxxxxx>
  • Date: Thu, 10 Apr 2008 17:33:06 +0200

Ciao

dovrebbe bastare:
  createdb -E <encoding> <nomedb>
Esempio

  createdb -E LATIN1 dbprova

Giorgio

Rita Biavati wrote:

Ciao a tutti e scusate se mi permetto di chiedere aiuto per un problema da... neofita:

Nel file di configurazione postgres.conf ho impostato
client_encoding= LATIN1

Se tento di creare un nuovo database dal tool di Postresql compare l'errore
"Database Connection failed. FATAL: conversion between LATIN1 and UTF8 is not supported"

se lascio l'encoding di default non ho errori ma poi non riesco a gestire le lettere accentate

Come faccio a creare un database non UTF8?

Grazie per ogni aiuto
Rita


------------------------------------------------------------------------

_______________________________________________
Postgresql-it mailing list
Postgresql-it@xxxxxxxxxxxxx
http://lists.psql.it/mailman/listinfo/postgresql-it


Other related posts:

  • » Re: [postgresql-it] Errore creazione database - Giorgio Ponza