I´m about to change my postgres 7.1.3 to another compilation, but with
multi-byte enabled.
What kind of precuations do I have to take?
pg_dumpall and then put it back on the new database? Do I have to initdb the
database?
Saludos... :-)
--
Porqué usar una base de datos relacional cualquiera,
Soma Interesting writes:
> Documentation on multi-byte and locales support seems to be lacking in the
> postgreSQL site - anyone have any information on this?
http://www.postgresql.org/devel-corner/docs/postgres/charset.htm
--
Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e
Documentation on multi-byte and locales support seems to be lacking in the
postgreSQL site - anyone have any information on this?
Thanks.
Hello!
Whe I try to connect remotely to a postgres database the following error
occurs:
Warning: Unable to connect to PostgresSQL server: ERROR: MultiByte strings (MB)
must be enabled to use this function
The function in question is a pg_connect from php.
It's the first time this hap