Determine the set of constraints applied to a domain at executor

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 3752e85bad45e98383ea1c9e7e7dbaf13f41da7e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-02-03T21:15:45Z
Releases: 7.4.1
Determine the set of constraints applied to a domain at executor
startup, not in the parser; this allows ALTER DOMAIN to work correctly
with domain constraint operations stored in rules.  Rod Taylor;
code review by Tom Lane.

Files