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



-- 
Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support

Reply via email to