Foreign key match is unknown when using with postgresql 9.3b2 - Mailing list pgadmin-support

From Attila Soki
Subject Foreign key match is unknown when using with postgresql 9.3b2
Date
Msg-id 5B2C82FC-E6D0-414C-93ED-9FB6A4E12DCB@gmx.net
Whole thread Raw
Responses Re: Foreign key match is unknown when using with postgresql 9.3b2  (Dave Page <dpage@pgadmin.org>)
List pgadmin-support
hi,

when used with postgresql 9.3, pgadmin shows in table definition
...
CONSTRAINT xy_fkey FOREIGN KEY (xy_id)     REFERENCES tablename (xy_id) MATCH Unknown

insead of
MATCH SIMPLE


before 9.3 for MATCH SIMPLE was confmatchtype=u
since postgresql 9.3 is confmatchtype=s

cheers,
Attila Soki




pgadmin-support by date:

Previous
From: "Paragon Corporation"
Date:
Subject: MATERIALIZED VIEW not showing MATERIALIZED in SQL pane
Next
From: Stephen Cook
Date:
Subject: PGAdmin3 runs pg_dump etc