]> granicus.if.org Git - postgresql/commit
CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULT
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 20 Jun 2007 18:15:49 +0000 (18:15 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 20 Jun 2007 18:15:49 +0000 (18:15 +0000)
commita060d5ffdcae76f8cabe0c4dbcbc3b88ad1515e7
tree8ec72aa4da6bd190c7007f96c64a5f7395d4b599
parent52ba24a156f3f52f179a26513dee7f5e27191d8f
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