DATA(insertOID=1215(obj_descriptionPGNSPPGUID14ftftfs225"26 19"10000100"select description from pg_description where objoid = $1 and classoid = (select oid from pg_class where relname = $2) and objsubid = 0"-_null_));
DATA(insertOID=1215(obj_descriptionPGNSPPGUID14ftftfs225"26 19"10000100"select description from pg_description where objoid = $1 and classoid = (select oid from pg_class where relname = $2 and relnamespace = PGNSP) and objsubid = 0"-_null_));
DESCR("get description for object id and catalog name");
DESCR("get description for object id and catalog name");
DATA(insertOID=1216(col_descriptionPGNSPPGUID14ftftfs225"26 23"10000100"select description from pg_description where objoid = $1 and classoid = (select oid from pg_class where relname = \'pg_class\') and objsubid = $2"-_null_));
DATA(insertOID=1216(col_descriptionPGNSPPGUID14ftftfs225"26 23"10000100"select description from pg_description where objoid = $1 and classoid = \'pg_catalog.pg_class\'::regclass and objsubid = $2"-_null_));