[GENERAL] multi-byte

2001-09-19 Thread Martín Marqués
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,

Re: [GENERAL] multi-byte support

2000-12-07 Thread Peter Eisentraut
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

[GENERAL] multi-byte support

2000-12-07 Thread Soma Interesting
Documentation on multi-byte and locales support seems to be lacking in the postgreSQL site - anyone have any information on this? Thanks.

[GENERAL] Multi Byte Strings

2000-07-13 Thread Luis Quintano
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