Possible bug...

From: Gabriel Akos <gabriel(at)lhsystems(dot)hu>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Possible bug...
Date: 1999-09-12 08:09:25
Message-ID: Pine.LNX.4.02.9909121004010.25555-100000@garfield.lhsystems.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Sorry for the intrusion, but the www-based bug tracking seems to be down
(URL not found by the www server).
My problem: I'm testing 6.5.1 on a Linux (old RedHat 4.2,libc5) box.
I did the regression tests, and int2 ant int4 failed, but int8 was ok.
But this is the minor problem, maybe my Linux is outdated...

The other problem, this seems to be a real one:
1. I create a table with a primary key
2. With ALTER TABLE RENAME I change the name of the table...
3. The name of the primary key index does not follow the table...
4. When I try to remove the index, no success, even renaming the table
back does not help (is not possible)

Best regards,

--
GA'BRIEL, A'kos (Akos(dot)Gabriel(at)lhsystems(dot)hu)
Forte system administrator of Lufthansa Systems Hungary
Forte and UNIX consultant
Phone: (+36-1) 4312-979 FAX: (+36-1) 4312-977

PS: I'll try to install Postgres on a Sun Ultra Enterprise 2*300MHz,
1GB RAM machine... If anyone interested, I may supply test results :)

Browse pgsql-hackers by date

  From Date Subject
Next Message renato barrios 1999-09-12 10:56:09 Re: [HACKERS] Re: Query about postgres medical database
Previous Message Tatsuo Ishii 1999-09-12 01:00:46 Re: [HACKERS] Status report: long-query-string changes