Martin Kuria ([EMAIL PROTECTED]) reports a bug with a severity of 1
The lower the number the more severe it is.
Short Description
psql: ERROR: MultiByte strings (MB) must be enabled to use this function
Long Description
When I am trying to connect to my remote database kenyellow pages i.e.
psql
I know the cause of this. SCO has a buggy compiler in several (many?)
releases, and one of our macros is too large for the compiler. There is
a DISABLE_COMPLEX_MACRO define that turns off an inline macro for sco.
In 7.0.X, it seems the include file using the macro is also called by
ecpg, and be
Bruce Momjian writes:
> Unfortunately, I can't reproduce the problem in the current source tree.
I fixed it.
--
Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/
>
> Unless I'm horribly misreading the spec, this is correct.
> ORDER BY is used in reference to cursor definitions and
> direct select statements, but is not part of query expressions
> which is what the INSERT INTO references.
>
> ::=
> INSERT INTO
>