[pgadmin-support] Help about somes problems occured while using The PostgreSQL 8.0 for Windows

2005-12-09 Thread acedeno
Hello, We are research`students on CEIS.. By this, we would like to catch The Postgre SQL`technical advisors attention about a problem occured while using this tool. These are the facts: while executing a consult, looked as a many to many relationship between

Re: [pgadmin-support] pgadmin 1.4 not remembering password

2005-12-09 Thread Andreas Pflug
Collin Peters wrote: On 12/7/05, Andreas Pflug <[EMAIL PROTECTED]> wrote: See www.pgadmin.org 1.5 snapshot did not work I un-installed 1.4 (and my old 1.2 which I thought may cause some problems) and ran 1.5. Same problem I noticed it still remembered my server info so I found a regist

[pgadmin-support] bug with fkey-dialog in tables belonging to schemes

2005-12-09 Thread Harald Armin Massa
I discovered a subtle bug within the dialog for foreign key creation:Be there a database "testdb" structured like:CREATE SCHEMA nb1;CREATE TABLE nb1.hauptbaer (    id_baer serial NOT NULL,     fischfeld text);ALTER TABLE nb1.hauptbaer  ADD CONSTRAINT hauptbaer_pkey PRIMARY KEY(id_baer);CREATE TABLE