SQL99 allows on the fly encoding conversion: CONVERT('aaa' USING myconv 'bbb')
So there could be more than 1 conversion for a paticlular encodings pair. This lead to an ambiguity for "default" conversion used for the frontend/backend automatic encoding conversion. Can we add a flag indicating that this is the "default" conversion? The new proposed syntax would be: CREATE CONVERSION <conversion name> FOR <source encoding name> TO <destination encoding name> FROM <conversion function name> [DEFAULT] Comments? -- Tatsuo Ishii ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly