Re: [BUGS] Bug #738: "order by" returning different results in 7.2 and 7.21

2002-08-14 Thread Tom Lane
Kareem Badr <[EMAIL PROTECTED]> writes: > Actually I am showing you the *server*'s locale environment. That is why i > submitted a bug. Both servers have the same locale settings, I don't think so. If you want to convince me, show me the output of contrib/pg_controldata (which will report the lo

[BUGS] Long strings, short varchars

2002-08-14 Thread Sasa Markovic
In PostgreSQL 7.1, this code goes smoothly.     create table test (name varchar(5));    insert into test values('abracadabra'); Long input string was silently trimmed. But in PG7.2 an error is triggered. OK, I suppose this is just a new feature, not a bug but. But... ...Is it possible

Re: [BUGS] mistakes in postgresql-snapshots (7.3)

2002-08-14 Thread Peter Eisentraut
Tom Lane writes: > pg_dumpall doesn't yet do the right thing at the database level, but I > believe he's planning to take care of that. I have never heard of database privileges, except that people occasionally expect me to fix something about them. :-/ > I'm not sure there is anything we can

Re: [BUGS] Bug #737: PQescapeBytea parameter #3 size_t *to_length

2002-08-14 Thread Bruce Momjian
Doc change made. Thanks. --- [EMAIL PROTECTED] wrote: > Christoph Haller ([EMAIL PROTECTED]) reports a bug with a severity of 3 > The lower the number the more severe it is. > > Short Description > PQescapeBytea paramet