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
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
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