CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULT
authorTom Lane <[email protected]>
Wed, 20 Jun 2007 18:16:18 +0000 (18:16 +0000)
committerTom Lane <[email protected]>
Wed, 20 Jun 2007 18:16:18 +0000 (18:16 +0000)
commit1827d55ef0fc0ce297fd807b73362828a5df2c55
tree48eba882f187ffccdfa5622353e1063c1c8b618b
parent083f3b62e2271ade9a3e1a1feedcc83f177ff324
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