]> 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:16:04 +0000 (18:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 20 Jun 2007 18:16:04 +0000 (18:16 +0000)
commitf5bfaf9546de18aaeea6ebd4fa08b4b9e98312c7
treec0c9b4c3e6339235ed896b446e3c7f75ae9c57f0
parent838e286247f0e1fcb6551f987095097ef2e77232
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