Hello.
I want to programatically drop a foreign key constraint via jdbc. How can I find the foreign key name for a PostgreSQL foreign key via jdbc? I know all about the related tables and columns, but not the name of the constraint.
Regards, - Tore.