File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 99 *
1010 *
1111 * IDENTIFICATION
12- * $PostgreSQL: pgsql/src/backend/utils/adt/oracle_compat.c,v 1.55 2004/08/29 05:06:49 momjian Exp $
12+ * $PostgreSQL: pgsql/src/backend/utils/adt/oracle_compat.c,v 1.56 2004/10/19 15:04:17 tgl Exp $
1313 *
1414 *-------------------------------------------------------------------------
1515 */
@@ -96,7 +96,8 @@ texttowcs(const text *txt)
9696 pg_verifymbstr (workstr , nbytes , false);
9797 ereport (ERROR ,
9898 (errcode (ERRCODE_CHARACTER_NOT_IN_REPERTOIRE ),
99- errmsg ("invalid multibyte character for locale" )));
99+ errmsg ("invalid multibyte character for locale" ),
100+ errhint ("The server's LC_CTYPE locale is probably incompatible with the database encoding." )));
100101 }
101102
102103 Assert (ncodes <= (size_t ) nbytes );
You can’t perform that action at this time.
0 commit comments