Use schema search path to find the first matching contraint name for SET

Bruce Momjian <bruce@momjian.us>

Commit: 02eb8f4f5c93de08bfd916738e4e3c117d9fd968
Author: Bruce Momjian <bruce@momjian.us>
Date: 2006-04-27T00:33:46Z
Releases: 8.2.0
Use schema search path to find the first matching contraint name for SET
CONSTRAINT, rather than affecting all constraints in all schemas (which
is what we used to do).  Also allow schema specifications.

Kris Jurka

Files