Thread: MultiByte strings
Hello, i have an error "psql: ERROR: MultiByte strings (MB) must be enabled to use this function" where i must enable MultiByte strings (MB) ?? Nizomi
On 3/19/01, 10:13:40 AM, Tubagus Nizomi <nizomi@dnet.net.id> wrote regarding [SQL] MultiByte strings: > Hello, > i have an error > "psql: ERROR: MultiByte strings (MB) must be enabled to use this function" > where i must enable MultiByte strings (MB) ?? Assuming you enabled this at the ./configure stage you need to use the -E encoding flag when you run createdb. See the Administrator's Guide / Localisation section for details. - Richard Huxton
Nizomi, When you compile postgres, you specify the option at that time. If you installed postgres as a binary (tar, rpm), you would not have seen this option. Troy > > Hello, > > i have an error > "psql: ERROR: MultiByte strings (MB) must be enabled to use this function" > > where i must enable MultiByte strings (MB) ?? > > Nizomi > > ---------------------------(end of broadcast)--------------------------- > TIP 3: if posting/reading through Usenet, please send an appropriate > subscribe-nomail command to majordomo@postgresql.org so that your > message can get through to the mailing list cleanly >