amul sul writes:
> In dumpAttrDef() function we are skipping dump if table definition is not
> dumped(i.e. by checking
> tbinfo->dobj.dump), its absolutely alright to do this.
> But, in dumpConstraint() we doing same by checking constraint dump
> flag(coninfo->dobj.dump) instead of table dump
Hi All,
In dumpAttrDef() function we are skipping dump if table definition is not
dumped(i.e. by checking
tbinfo->dobj.dump), its absolutely alright to do this.
But, in dumpConstraint() we doing same by checking constraint dump
flag(coninfo->dobj.dump) instead of table dump flag(tbinfo->dobj.d