Re: [GENERAL] Weird behavior of 'default user'

From: Leon <leon(at)udmnet(dot)ru>
To: "'pgsql-general(at)hub(dot)org'" <pgsql-general(at)postgreSQL(dot)org>
Subject: Re: [GENERAL] Weird behavior of 'default user'
Date: 1999-07-16 10:59:20
Message-ID: 378F1088.BD4F2615@udmnet.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Leon wrote:
>
> Hello!
>
> Look at this:

I, after a short investigation, I found that it is a BUG!!!

Now I logged in as Postgres. Consider:

-----------
adb=> select * from hh;
dd |ff
----+--
leon| 5
le | 7
(2 rows)

adb=> insert into hh (ff) values (9);
INSERT 572224 1
adb=> select * from hh;
dd | ff
--------+----------
leon | 5
le | 7
postgres|1936028263
(3 rows)

adb=>
-----------

It clearly shows that when user is long enough, it destroys nearby
fields.

By the way, when will be released the major bugfix to 6.5?

--
Leon.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Leon 1999-07-16 11:08:04 If frontend dies?
Previous Message Leon 1999-07-16 09:45:13 Weird behavior of 'default user'