CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULT
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 20 Jun 2007 18:16:10 +0000 (18:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 20 Jun 2007 18:16:10 +0000 (18:16 +0000)
commitc16cd6f679be5e3e0464ed6907ce1a45442110c6
tree01fc333402ec8ee10c660af498467f1808f6dcd5
parent68d1e98f813ad9bb554625ad4a3b294721a2e626
CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULT
NULL and DefineDomain didn't.  Bug goes all the way back to original coding
of domains.  Per bug #3396 from Sergey Burladyan.
src/backend/commands/typecmds.c