mirror of
https://github.com/postgres/postgres.git
synced 2025-09-11 00:12:06 +03:00
Allow constraint attributes to be altered, so the default setting of NOT DEFERRABLE can be altered to DEFERRABLE and back. Review by Abhijit Menon-Sen