3
Come posso creare database Unicode in PostgreSQL 8.4?
Ho installato il pacchetto postgresql-8.4 con le opzioni predefinite. Tutto ha funzionato bene, tuttavia non riesco a riuscire a creare database unicode: -- This doesn't work createdb test1 --encoding UNICODE -- This works createdb test2 Il messaggio di errore, createdb: database creation failed: ERROR: new encoding (UTF8) is incompatible with …
14
postgresql