Hola Lista:
instale el postgres con el comando
./postgresql-8.3.4-1-linux-x64.bin
instale la el postgres en /usr/local/...
la base en /base/data
como yo uso caracteres en español como los acentos y la ñ Ñ le puse
es_ES.utf8 código 231
todo bien hasta que cree una base de datos
con:
-bash-3.2$ .
hola quiero crear una base que soporte caracteres en español y le doy este
comando pero no crea la base sino me manda este error:
-bash-3.2$ ./createdb --encoding=LATIN1 sig_spa_prueba
Password:
createdb: database creation failed: ERROR: encoding LATIN1 does not match
server's locale en_US.UTF-8
Hola He instalado el:
Porgressql 8.3 en /usr/local/postgres_8.3
Postgis 1.3 en /usr/local/ postgis_13
geos 3 en /usr/local/geos_3
proj46 en /usr/local/proj_46
creo la base de datos
pero al momento de incorporar la parte espacial con el siguiente comedo:
-bash-3.2$ ./psql -f /usr/local/postgis_13/s
I installed the 8.3 postgres
the amount of giving the command:
bash-3.2$ /usr/local/postgres_8.3/bin/initdb -D /base/data
the result is:
The files belonging to this database system will be owned by user
"postgres".
This user must also own the server process.
The database cluster will be initial
hello is campatible install postgresql-8.3.4-1-linux-x64 with
postgis-1.3.3.
postgis there for 64-bit architecture??
There are the libraries and proj4 GEOS arqitectura for 64-bit??
Hi I am trying to install the portgres of 64btis in centos 5.6 but at the
next command ./postgresql-8.3.4-1-linux-x64.bin
the results are as follows:
[EMAIL PROTECTED] programas]# ./postgresql-8.3.4-1-linux-x64.bin
Welcom