[BUGS] psql: ERROR: MultiByte strings (MB) must be enabled to use this function

2000-10-12 Thread pgsql-bugs
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

Re: [BUGS] Truble with compilation

2000-10-12 Thread Bruce Momjian
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

Re: [BUGS] Truble with compilation

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

Re: [BUGS] INSERT/SELECT with ORDER BY

2000-10-12 Thread Bruce Momjian
> > 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 >